Interface IDataOperationContext
Contract for data operations contexts.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data
Assembly: Kephas.Data.dll
Syntax
public interface IDataOperationContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceDataContext
Gets the dataContext.
Declaration
IDataContext DataContext { get; }
Property Value
Type | Description |
---|---|
IDataContext | The dataContext. |