ITypeDefaultValueDefaultValue 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.4.0.0 (5.4.0)
Syntax Object DefaultValue(
Type defaultValueType
)
Function DefaultValue (
defaultValueType As Type
) As Object
Parameters
- defaultValueType
- Type: SystemType
The type which default value should be returned.
Return Value
Type:
ObjectThe default value for the type specified.
See Also