Interface IDataInitializationContext
Interface for data initialization context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data
Assembly: Kephas.Data.dll
Syntax
public interface IDataInitializationContext : IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceDataStore
Gets the data store.
Declaration
IDataStore DataStore { get; }
Property Value
Type | Description |
---|---|
IDataStore | The data store. |
InitializationContext
Gets a context for the initialization.
Declaration
IContext InitializationContext { get; }
Property Value
Type | Description |
---|---|
IContext | The initialization context. |