Property ElementType
ElementType
Gets the type of the element(s) returned when the expression tree associated with instance of System.Linq.IQueryable is executed.
Declaration
public Type ElementType { get; }
Property Value
Type | Description |
---|---|
System.Type | Gets the type of the element(s) returned when the expression tree associated with instance of System.Linq.IQueryable is executed. |
Implements
System.Linq.IQueryable.ElementType