Interface IQueryOperationContext
Contract for query contexts.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data
Assembly: Kephas.Data.dll
Syntax
public interface IQueryOperationContext : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceImplementationTypeResolver
Gets or sets the implementation type resolver.
Declaration
Func<Type, IContext, Type> ImplementationTypeResolver { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Type, IContext, System.Type> | The implementation type resolver. |
Options
Gets or sets options for controlling the operation.
Declaration
object Options { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The options. |
Query
Gets or sets the query.
Declaration
IQueryable Query { get; set; }
Property Value
Type | Description |
---|---|
System.Linq.IQueryable | The query. |