Gets the type of the element(s) that are returned when the Expression tree associated with this instance of System.Linq.IQueryable is executed.
Declaring type: InterLinqQuery<T>
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override Type ElementType { get; }
Property Value

There is no description.

Collapse/Expand Remarks
A System.Type that represents the type of the element(s) that are returned when the Expression tree associated with this object is executed.