Interface IDataContextQueryProvider
Interface for query providers bound to a IDataContext.
Inherited Members
System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.CreateQuery<TElement>(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression)
System.Linq.IQueryProvider.Execute<TResult>(System.Linq.Expressions.Expression)
Namespace: Kephas.Data.Linq
Assembly: Kephas.Data.dll
Syntax
public interface IDataContextQueryProvider : IAsyncQueryProvider, IQueryProvider
Properties
| Improve this Doc View SourceDataContext
Gets the bound data context.
Declaration
IDataContext DataContext { get; }
Property Value
Type | Description |
---|---|
IDataContext | The bound data context. |
QueryOperationContext
Gets an operation context for the query.
Declaration
IQueryOperationContext QueryOperationContext { get; }
Property Value
Type | Description |
---|---|
IQueryOperationContext | The query operation context. |