GeneralUtilsDetermineDefaultNullValueForType Method |
Determines the type of the default null value for.
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 DetermineDefaultNullValueForType(
Type typeForValue
)
Public Shared Function DetermineDefaultNullValueForType (
typeForValue As Type
) As Object
Parameters
- typeForValue
- Type: SystemType
The type for value.
Return Value
Type:
ObjectSee Also