Table of Contents

Enum DbConPropType

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Defines the logical connection string property types used by connection adapters.

public enum DbConPropType
Extension Methods

Fields

Charset = 8

The character set used by the connection.

Database = 2

The database name, service name or file path.

IntegratedSecurity = 5

Indicates whether integrated security is used.

Password = 4

The database user password.

Port = 1

The database server port.

Server = 0

The database server name, host or address.

SslMode = 7

The SSL mode used by the connection.

TrustServerCertificate = 6

Indicates whether the server certificate is trusted.

UserId = 3

The database user name.