FSharp.ORM


UpdateOpt

Namespace: FSharp.ORM

Represents the options of update operation.

Constructors

ConstructorDescription
new()
Signature: unit -> UpdateOpt

Initializes a UpdateOpt instance.

Instance members

Instance memberDescription
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.

Fork me on GitHub