IdKind
Namespace: FSharp.ORM
Defines the kinds of primary key columns.
Record Fields
Record Field | Description |
Assigned
Signature: IdKind
Modifiers: static
|
The primary key is assigned by the application.
|
Identity
Signature: IdKind
Modifiers: static
|
The primary key is assigned by the database identity feature.
|
Sequence
Signature: IdKind
Modifiers: static
|
The primary key is assigned by the database sequence feature.
|