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.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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