Summary
DumpCommand.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Commands - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DumpCommand"]
class Type type-node
Syntax
public class DumpCommand
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Used |
|
CommandAttribute |
Constructors
Name | Summary |
---|---|
DumpCommand |
Initializes a new instance of the DumpCommand class.
|
Properties
Name | Value | Summary |
---|---|---|
ByType | bool |
Write out DDL by type
|
FileName | string |
Gets or sets the name of the file.
|
TransactionalScript | bool |
Use transactions
|
Methods
Name | Value | Summary |
---|---|---|
OnExecute |
int |
Called when [execute].
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|