EnumerableQuery(T) Properties (System.Linq)

Switch View :
ScriptFree
.NET Framework Class Library
EnumerableQuery<T> Properties

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IQueryable.ElementType Gets the type of the data in the collection that this instance represents.
Explicit interface implemetation Private property IQueryable.Expression Gets the expression tree that is associated with or that represents this instance.
Explicit interface implemetation Private property IQueryable.Provider Gets the query provider that is associated with this instance.
Top
See Also

Reference