| 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.3.0.0 (5.3.0)
Syntaxbool IsOfEnumDataType { get; }ReadOnly Property IsOfEnumDataType As Boolean
	Get
Property Value
Type: 
Boolean
See Also