Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class PersistenceProviderId

A class that contains default persistence providers identifiers of the Workflow Engine.

Inheritance

↳ object

    ↳ PersistenceProviderId

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public static class PersistenceProviderId

Fields

Mongo

The id of the Mongo database persistence provider.

Declaration
public const string Mongo = "Mongo"
Returns
TypeDescription
string

Mssql

The id of the Microsoft SQL Server persistence provider.

Declaration
public const string Mssql = "Mssql"
Returns
TypeDescription
string

Mysql

The id of the MySQL persistence provider.

Declaration
public const string Mysql = "Mysql"
Returns
TypeDescription
string

Oracle

The id of the Oracle database persistence provider.

Declaration
public const string Oracle = "Oracle"
Returns
TypeDescription
string

Postgres

The id of the PostgreSQL persistence provider.

Declaration
public const string Postgres = "Postgres"
Returns
TypeDescription
string

Sqlite

The id of the SQLite persistence provider.

Declaration
public const string Sqlite = "Sqlite"
Returns
TypeDescription
string