Interface IDataSourceContext
Interface for data source context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.DataSources
Assembly: Kephas.Data.dll
Syntax
public interface IDataSourceContext : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceEntityType
Gets the type of the entity.
Declaration
ITypeInfo EntityType { get; }
Property Value
Type | Description |
---|---|
ITypeInfo | 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. |
ProjectedEntityType
Gets the type of the projected entity.
Declaration
ITypeInfo ProjectedEntityType { get; }
Property Value
Type | Description |
---|---|
ITypeInfo | The type of the projected entity. |