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.5.0.0 (5.5.18.1019)
Syntax
public static Object CreateDefaultValueForType(
	Type typeToCreateValueFor
)

Parameters

typeToCreateValueFor
Type: SystemType
The type to create value for.

Return Value

Type: Object
See Also