| 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.1.0.0 (5.1.0)
Syntaxpublic 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: 
Object
See Also