Interface IDataStore
Interface for data store.
Namespace: Kephas.Data.Store
Assembly: Kephas.Data.dll
Syntax
public interface IDataStore
Properties
| Improve this Doc View SourceDataContextConfiguration
Gets the data context configuration.
Declaration
IDataContextConfiguration DataContextConfiguration { get; }
Property Value
Type | Description |
---|---|
IDataContextConfiguration | The data context configuration. |
DataContextType
Gets the type of the data context.
Declaration
Type DataContextType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the data context. |
EntityActivator
Gets the entity activator.
Declaration
IActivator EntityActivator { get; }
Property Value
Type | Description |
---|---|
IActivator | The entity activator. |
Kind
Gets the data store kind.
Declaration
string Kind { get; }
Property Value
Type | Description |
---|---|
System.String | The data store kind. |
Name
Gets the data store name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The data store name. |