| 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxbool IsOfEnumDataType { get; }ReadOnly Property IsOfEnumDataType As Boolean
	Get
Property Value
Type: 
Boolean
See Also