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.4.0.0 (5.4.0)
Syntax public static Object CreateDefaultValueForType(
Type typeToCreateValueFor
)
Public Shared Function CreateDefaultValueForType (
typeToCreateValueFor As Type
) As Object
Parameters
- typeToCreateValueFor
- Type: SystemType
The type to create value for.
Return Value
Type:
ObjectSee Also