EntAttrKind enum
Attribute kind enumeration (Data or Virtual).
public enum Korzh.EasyQuery.EntAttrKind : Enum, IComparable, IFormattable, IConvertible
Value | Name | Description |
---|---|---|
0 | Data | an attribute that represents some field in a database table |
1 | Virtual | Calculated attribute |