Click or drag to resize
ITypeDefaultValue.DefaultValue Method
Returns a 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
Object DefaultValue(
	Type defaultValueType
)

Parameters

defaultValueType
Type: System.Type
The type which default value should be returned.

Return Value

Type: Object
The default value for the type specified.
See Also