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.4.0.0 (5.4.0)
Syntax public 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:
TypeSee Also