LinqUtilsGetTypeOfValue Method |
Gets the type of value.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public static Type GetTypeOfValue(
Object value
)
Public Shared Function GetTypeOfValue (
value As Object
) As Type
Parameters
- value
- Type: SystemObject
The value.
Return Value
Type:
Typethe type of the value passed in or type of DBNull.Value if the value is null
See Also