IFieldInfoRealDataType Property  | 
 
            Gets the real datatype. This is the underlying datatype of DataType and if that's a Nullable(Of T) it's the type of T. This is a helper property
            so it's not determined over and over again for every field during a fetch.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
SyntaxType RealDataType { get; }ReadOnly Property RealDataType As Type
	Get
Property Value
Type: 
Type
See Also