Click or drag to resize
LLBLGenProQueryTIQueryableElementType Property
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

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
Type IQueryable.ElementType { get; }

Property Value

Type: Type

Return Value

Type: Type
A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.

Implements

IQueryableElementType
See Also