IFieldInfoIsOfEnumDataType 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.4.0.0 (5.4.0)
Syntax bool IsOfEnumDataType { get; }
ReadOnly Property IsOfEnumDataType As Boolean
Get
Property Value
Type:
BooleanSee Also