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.11.0.0 (5.11.23.1114)
Syntaxpublic 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