Mono Class Library: Overview

System.Linq.IQueryProvider: Method Members

The methods of System.Linq.IQueryProvider are listed below. For a list of all members, see the IQueryProvider Members list.

Public Methods

CreateQuery(System.Linq.Expressions.Expression) : IQueryable
Documentation for this section has not yet been entered.
CreateQuery<TElement>(System.Linq.Expressions.Expression) : IQueryable<TElement>
Documentation for this section has not yet been entered.
Execute(System.Linq.Expressions.Expression) : object
Documentation for this section has not yet been entered.
Execute<TResult>(System.Linq.Expressions.Expression) : TResult
Documentation for this section has not yet been entered.