Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class PersistenceProviderId

OptimaJet.Workflow.Core.PersistenceProviderId

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

public static class PersistenceProviderId

Inheritance

  • System.Object

Fields

public const string Mongo = "Mongo" #
The id of the Mongo database persistence provider.
public const string Mssql = "Mssql" #
The id of the Microsoft SQL Server persistence provider.
public const string Mysql = "Mysql" #
The id of the MySQL persistence provider.
public const string Oracle = "Oracle" #
The id of the Oracle database persistence provider.
public const string Postgres = "Postgres" #
The id of the PostgreSQL persistence provider.
public const string Sqlite = "Sqlite" #
The id of the SQLite persistence provider.