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
Syntaxpublic static class PersistenceProviderId
Fields
Mongo
The id of the Mongo database persistence provider.
Declarationpublic const string Mongo = "Mongo"
Type | Description |
---|---|
string |
Mssql
The id of the Microsoft SQL Server persistence provider.
Declarationpublic const string Mssql = "Mssql"
Type | Description |
---|---|
string |
Mysql
The id of the MySQL persistence provider.
Declarationpublic const string Mysql = "Mysql"
Type | Description |
---|---|
string |
Oracle
The id of the Oracle database persistence provider.
Declarationpublic const string Oracle = "Oracle"
Type | Description |
---|---|
string |
Postgres
The id of the PostgreSQL persistence provider.
Declarationpublic const string Postgres = "Postgres"
Type | Description |
---|---|
string |
Sqlite
The id of the SQLite persistence provider.
Declarationpublic const string Sqlite = "Sqlite"
Type | Description |
---|---|
string |