Click or drag to resize

LinqUtilsIsSingleValueType Method

Determines whether the type passed in is a value type or a type which is a single value and thus should be considered a type a field could have.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public static bool IsSingleValueType(
	Type toCheck
)

Parameters

toCheck
Type: SystemType
To check.

Return Value

Type: Boolean
true if the type is a single value type or false if not.
See Also