The INhQueryProvider type exposes the following members.

Methods

  NameDescription
Public methodCreateQuery(Expression)
Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodCreateQuery<(Of <<'(TElement>)>>)(Expression)
Constructs an IQueryable<(Of <(<'T>)>)> object that can evaluate the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodExecute(Expression)
Executes the query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodExecute<(Of <<'(TResult>)>>)(Expression)
Executes the strongly-typed query represented by a specified expression tree.
(Inherited from IQueryProvider.)
Public methodExecuteFuture
Public methodSetResultTransformerAndAdditionalCriteria

See Also