Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static Type GetTypeOfValue(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Type
the type of the value passed in or type of DBNull.Value if the value is null
See Also