Enum DataStoreKind
Values that represent data store kinds.
Namespace: Kephas.Data.Store
Assembly: Kephas.Data.dll
Syntax
public enum DataStoreKind
Fields
| Name | Description |
|---|---|
| DocumentDB | DocumentDB NoSQL database. |
| DTO | Temporary in-memory storage for DTOs. |
| InMemory | In-Memory database. |
| MariaDB | An enum constant representing the maria database option. |
| MongoDB | MongoDB NoSQL database. |
| MySql | An enum constant representing my SQL option. |
| Oracle | An enum constant representing the oracle option. |
| PostgreSql | An enum constant representing the postgre SQL option. |
| SqlServer | Microsoft SQL Server database. |