Enum DbServerType
Indicates the type of the database server.
public enum DbServerType
- Extension Methods
Fields
Firebird = 3Firebird.
MsSql = 0Microsoft SQL Server.
MySql = 1MySQL.
Oracle = 4Oracle.
PostgreSql = 2PostgreSQL.
Sqlite = 5SQLite.