Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public static Type DetermineRealType(
	Type toConvert,
	bool unWrapNullableType
)

Parameters

toConvert
Type: SystemType
To convert.
unWrapNullableType
Type: SystemBoolean
if set to true [un wrap nullable type].

Return Value

Type: Type
See Also