Click or drag to resize
FieldUtilitiesDetermineRealFullTypeName Method (Type)
Determines the name of the real full type of the type passed in, which can be a generic type. If so, the generic type parameter will be used.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string DetermineRealFullTypeName(
	Type toConvert
)

Parameters

toConvert
Type: SystemType
To convert.

Return Value

Type: String
full name of type specified. if toConvert is a Nullable(Of T), the type of T will be returned
See Also