Click or drag to resize

KeyType Enumeration

Used to indicate if a property is used as key.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum KeyType
Members
  Member nameValueDescription
No0 Property is not used as key.
Key11 Property is used as part of the "primary" key.
Key22 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.
See Also