EntityFieldCoreIsOfEnumDataType Property |
Gets a value indicating whether the DataType is an enum type. This is a helper boolean so it doesn't have to be determined for every field
set during a fetch.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool IsOfEnumDataType { get; }
Public ReadOnly Property IsOfEnumDataType As Boolean
Get
Property Value
Type:
BooleanImplements
IFieldInfoIsOfEnumDataType
See Also