KeyType Enumeration |
Namespace: Omada.OE.AppLogic.Serialization.Model
public enum KeyType
Member name | Value | Description | |
---|---|---|---|
No | 0 | Property is not used as key. | |
Key1 | 1 | Property is used as part of the "primary" key. | |
Key2 | 2 | Property is used as part of the "secondary" key. A "secondary" key (which is optional) is used if no match were found for the "primary" key. |