UpdateOpt
Namespace: FSharp.ORM
Represents the options of update operation.
Constructors
Constructor | Description |
new()
Signature: unit -> UpdateOpt
|
Initializes a UpdateOpt instance.
|
Instance members
Instance member | Description |
Exclude()
Signature: unit -> seq<string>
|
Gets and Sets property names that should be excluded.
|
Exclude()
Signature: unit -> unit
|
Gets and Sets property names that should be excluded.
|
ExcludeNull()
Signature: unit -> bool
|
Gets and Sets whether null properties are excluded.
|
ExcludeNull()
Signature: unit -> unit
|
Gets and Sets whether null properties are excluded.
|
IgnoreVersion()
Signature: unit -> bool
|
Gets and Sets whether the version property are ignored.
|
IgnoreVersion()
Signature: unit -> unit
|
Gets and Sets whether the version property are ignored.
|
Include()
Signature: unit -> seq<string>
|
Gets and Sets property names that should be included.
|
Include()
Signature: unit -> unit
|
Gets and Sets property names that should be included.
|