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.6.0.0 (5.6.19.0117)
Syntax public static bool IsSingleValueType(
Type toCheck
)
Public Shared Function IsSingleValueType (
toCheck As Type
) As Boolean
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