Click or drag to resize
FieldUtilitiesCreateFullTypeName Method
Creates a full type name, of the format: Type.Fullname, assembly name. If the assembly is signed, the full assembly name is added, otherwise just the assembly name, not the version, public key token or culture.

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 CreateFullTypeName(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: String
fulltype name.
Remarks
Used in .NET 2.0
See Also