Show / Hide Table of Contents

Interface IDataContextQueryProvider

Interface for query providers bound to a IDataContext.

Inherited Members
IAsyncQueryProvider.ExecuteAsync(Expression, CancellationToken)
IAsyncQueryProvider.ExecuteAsync<TResult>(Expression, CancellationToken)
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 Source

DataContext

Gets the bound data context.

Declaration
IDataContext DataContext { get; }
Property Value
Type Description
IDataContext

The bound data context.

| Improve this Doc View Source

QueryOperationContext

Gets an operation context for the query.

Declaration
IQueryOperationContext QueryOperationContext { get; }
Property Value
Type Description
IQueryOperationContext

The query operation context.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX