Class SqlProviders
A collection of SqlProvider instances.
public static class SqlProviders
- Inheritance
-
SqlProviders
- Inherited Members
Properties
Firebird
Gets a SqlProvider instance
public static SqlProviderFirebird Firebird { get; }
Property Value
MsSql
Gets a SqlProvider instance
public static SqlProviderMsSql MsSql { get; }
Property Value
MySql
Gets a SqlProvider instance
public static SqlProviderMySql MySql { get; }
Property Value
Oracle
Gets a SqlProvider instance
public static SqlProviderOracle Oracle { get; }
Property Value
PostgreSql
Gets a SqlProvider instance
public static SqlProviderPostgreSql PostgreSql { get; }
Property Value
Sqlite
Gets a SqlProvider instance
public static SqlProviderSqlite Sqlite { get; }
Property Value
Methods
GetSqlProvider(DbServerType)
Gets the SqlProvider instance for the specified DbServerType.
public static SqlProvider GetSqlProvider(DbServerType DbServerType)
Parameters
DbServerTypeDbServerType