LinqUtilsDetermineSetElementType Method (Type, Boolean) |
Determines the type of the elements in the set which type is passed in.
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 Type DetermineSetElementType(
Type setType,
bool unrollIGrouping
)
Public Shared Function DetermineSetElementType (
setType As Type,
unrollIGrouping As Boolean
) As Type
Parameters
- setType
- Type: SystemType
Type of the set. - unrollIGrouping
- Type: SystemBoolean
if set to [unroll I grouping].
Return Value
Type:
Type
the type of the element of the set, if determinable, otheriwse settype
See Also