IQueryProvider::CreateQuery Method

 

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodCreateQuery(Expression^)

Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.

System_CAPS_pubmethodCreateQuery<TElement>(Expression^)

Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree.

Return to top
Show: