Show / Hide Table of Contents

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.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<DataStoreKind>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX