Summary
PatchCommand.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Commands - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PatchCommand"]
class Type type-node
Syntax
public class PatchCommand
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Used |
|
CommandAttribute |
Constructors
Name | Summary |
---|---|
PatchCommand |
Initializes a new instance of the PatchCommand class.
|
Properties
Name | Value | Summary |
---|---|---|
AutoCreateAll | bool |
Enable auto create all objects
|
Drop | string |
Gets or sets the drop location for the files.
|
FileName | string |
Gets or sets the name of the file.
|
Schema | bool |
Opt-into schema creation
|
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.
|