Enum KeyKind
Enumerates the key kinds.
Namespace: Kephas.Data.Model
Assembly: Kephas.Data.Model.dll
Syntax
public enum KeyKind
Fields
| Name | Description |
|---|---|
| Default | Indicates a simple unique key. |
| Natural | Indicates a natural key which can be used by humans to identify the entity. |
| Primary | Indicates the primary key. |