FSharp.ORM


InsertOpt

Namespace: FSharp.ORM

Constructors

ConstructorDescription
new()
Signature: unit -> InsertOpt

Initializes a InsertOpt 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.

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