ITypeDefaultValueDefaultValue Method |
Returns a default value for the type specified
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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