IQueryProvider::CreateQuery Method

 

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIQueryProvider::CreateQuery(Expression^)

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

System_CAPS_pubinterfaceSystem_CAPS_privmethodIQueryProvider::CreateQuery<TResult>(Expression^)

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

Return to top
Show: