Table of Contents

Enum DbServerType

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Indicates the type of the database server.

public enum DbServerType
Extension Methods

Fields

Firebird = 3

Firebird.

MsSql = 0

Microsoft SQL Server.

MySql = 1

MySQL.

Oracle = 4

Oracle.

PostgreSql = 2

PostgreSQL.

Sqlite = 5

SQLite.