Enum DbConPropType
Defines the logical connection string property types used by connection adapters.
public enum DbConPropType
- Extension Methods
Fields
Charset = 8The character set used by the connection.
Database = 2The database name, service name or file path.
IntegratedSecurity = 5Indicates whether integrated security is used.
Password = 4The database user password.
Port = 1The database server port.
Server = 0The database server name, host or address.
SslMode = 7The SSL mode used by the connection.
TrustServerCertificate = 6Indicates whether the server certificate is trusted.
UserId = 3The database user name.