Click or drag to resize
LinqUtilsDetermineSetElementType Method (Type)
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.3.0.0 (5.3.0)
Syntax
public static Type DetermineSetElementType(
	Type setType
)

Parameters

setType
Type: SystemType
Type of the set.

Return Value

Type: Type
the type of the element of the set, if determinable, otheriwse settype
See Also