FieldUtilitiesDetermineRealType Method  | 
 
            Determines the real type of the passed in type. It will unwrap nullable types if unWrapNullableType is true.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static Type DetermineRealType(
	Type toConvert,
	bool unWrapNullableType
)
Public Shared Function DetermineRealType ( 
	toConvert As Type,
	unWrapNullableType As Boolean
) As Type
Parameters
- toConvert
 - Type: SystemType
To convert. - unWrapNullableType
 - Type: SystemBoolean
if set to true [un wrap nullable type]. 
Return Value
Type: 
Type
See Also