6 [global::__DynamicallyInvokable]
12 [global::__DynamicallyInvokable]
19 [global::__DynamicallyInvokable]
25 [global::__DynamicallyInvokable]
32 [global::__DynamicallyInvokable]
TResult Execute< TResult >(Expression expression)
Executes the strongly-typed query represented by a specified expression tree.
object Execute(Expression expression)
Executes the query represented by a specified expression tree.
IQueryable< TElement > CreateQuery< TElement >(Expression expression)
Constructs an T:System.Linq.IQueryable`1 object that can evaluate the query represented by a specifie...
Provides the base class from which the classes that represent expression tree nodes are derived....
IQueryable CreateQuery(Expression expression)
Constructs an T:System.Linq.IQueryable object that can evaluate the query represented by a specified ...
Provides functionality to evaluate queries against a specific data source wherein the type of the dat...
Defines methods to create and execute queries that are described by an T:System.Linq....