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.12.0.0 (5.12.0)
SyntaxType IQueryable.ElementType { get; }Private ReadOnly Property ElementType As Type
	Implements IQueryable.ElementType
	Get
Property Value
Type: 
TypeReturn Value
Type: 
TypeA 
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