Class
DatabaseStorage

IStorage implementation utilizing the various connectivity options provided by the Data Access ORM solution.

Definition

Constructors

DatabaseStorage(string, string)

Creates an instance of the storage.

Declaration

cs-api-definition
public DatabaseStorage(string backendName, string connectionString)

Parameters

backendName

string

The backend string identifying the target backend. See Backend Strings and Provider Names List

connectionString

string

The backend specific connection string need to connect.