FSharp.ORM


DeleteOpt

Namespace: FSharp.ORM

Represents the options of delete operation.

Constructors

ConstructorDescription
new()
Signature: unit -> DeleteOpt

Initializes a DeleteOpt instance.

Instance members

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

Fork me on GitHub