Interface IClientQueryExecutionContext
Interface for client query execution context.
Inherited Members
      System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
    
    
    
    
      System.IDisposable.Dispose()
    
  Namespace: Kephas.Data.Client.Queries
Assembly: Kephas.Data.Client.dll
Syntax
public interface IClientQueryExecutionContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposableProperties
| Improve this Doc View SourceClientEntityType
Gets or sets the type of the client entity.
Declaration
Type ClientEntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type | The type of the client entity. | 
ClientQueryConversionContextConfig
Gets or sets the client query conversion context configuration.
Declaration
Action<IClientQueryConversionContext> ClientQueryConversionContextConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Action<IClientQueryConversionContext> | The client query conversion context configuration. | 
DataConversionContextConfig
Gets or sets the data conversion context configuration.
Declaration
Action<object, IDataConversionContext> DataConversionContextConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Action<System.Object, IDataConversionContext> | The data conversion context configuration. | 
EntityType
Gets or sets the type of the entity.
Declaration
Type EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type | The type of the entity. | 
Options
Gets or sets options for controlling the operation.
Declaration
object Options { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The options. |