The INhQueryProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateQuery(Expression) | Constructs an IQueryable object that can evaluate the query represented by a specified expression tree. (Inherited from IQueryProvider.) | |
CreateQuery<(Of <<'(TElement>)>>)(Expression) | Constructs an IQueryable<(Of <(<'T>)>)> object that can evaluate the query represented by a specified expression tree. (Inherited from IQueryProvider.) | |
Execute(Expression) | Executes the query represented by a specified expression tree. (Inherited from IQueryProvider.) | |
Execute<(Of <<'(TResult>)>>)(Expression) | Executes the strongly-typed query represented by a specified expression tree. (Inherited from IQueryProvider.) | |
ExecuteFuture | ||
SetResultTransformerAndAdditionalCriteria |