SequenceAttribute
Namespace: FSharp.ORM
Indicates that a property is assigned by a database sequence.
Constructors
Constructor | Description |
new()
Signature: unit -> SequenceAttribute
|
Initializes a SequenceAttribute instance.
|
Instance members
Instance member | Description |
Catalog()
Signature: unit -> string
|
Gets and Sets the catalog name.
|
Catalog()
Signature: unit -> unit
|
Gets and Sets the catalog name.
|
IncrementBy()
Signature: unit -> int
|
Gets and Sets the interval between sequence numbers.
|
IncrementBy()
Signature: unit -> unit
|
Gets and Sets the interval between sequence numbers.
|
IsEnclosed()
Signature: unit -> bool
|
Gets and Sets whether names are enclosed or not.
|
IsEnclosed()
Signature: unit -> unit
|
Gets and Sets whether names are enclosed or not.
|
Name()
Signature: unit -> string
|
Gets and Sets the sequence name.
|
Name()
Signature: unit -> unit
|
Gets and Sets the sequence name.
|
Schema()
Signature: unit -> string
|
Gets and Sets the schema name.
|
Schema()
Signature: unit -> unit
|
Gets and Sets the schema name.
|