This topic has not yet been rated - Rate this topic

IQueryProvider Methods

  Name Description
Public method CreateQuery(Expression) Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
Public method CreateQuery<TElement>(Expression) Constructs an IQueryable<T> object that can evaluate the query represented by a specified expression tree.
Public method Execute(Expression) Executes the query represented by a specified expression tree.
Public method Execute<TResult>(Expression) Executes the strongly-typed query represented by a specified expression tree.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ