Click or drag to resize
FieldUtilitiesCreateDefaultValueForType Method
Creates the default value for the type specified

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 Object CreateDefaultValueForType(
	Type typeToCreateValueFor
)

Parameters

typeToCreateValueFor
Type: SystemType
The type to create value for.

Return Value

Type: Object
See Also