MySqlBaseConnectionStringBuilder Class |
Namespace: MySql.Data.MySqlClient
The MySqlBaseConnectionStringBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | MySqlBaseConnectionStringBuilder | Initializes a new instance of the MySqlBaseConnectionStringBuilder class |
Name | Description | |
---|---|---|
![]() | BrowsableConnectionString | Gets or sets a value that indicates whether the ConnectionString property is visible in Visual Studio designers. (Inherited from DbConnectionStringBuilder.) |
![]() | CertificateFile |
Gets or sets the path to the certificate file to be used.
|
![]() | CertificatePassword |
Gets or sets the password to be used in conjunction with the certificate file.
|
![]() | CertificateStoreLocation |
Gets or sets the location to a personal store where a certificate is held.
|
![]() | CertificateThumbprint |
Gets or sets a certificate thumbprint to ensure correct identification of a certificate contained within a personal store.
|
![]() | CharacterSet |
Gets or sets the character set that should be used for sending queries to the server.
|
![]() | ConnectionProtocol |
Gets or sets the protocol that should be used for communicating
with MySQL.
|
![]() | ConnectionString | Gets or sets the connection string associated with the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | Count | Gets the current number of keys that are contained within the ConnectionString property. (Inherited from DbConnectionStringBuilder.) |
![]() | Database |
Gets or sets the name of the database for the initial connection.
|
![]() | DnsSrv |
Gets or sets a boolean value that indicates whether this connection
should resolve DNS SRV records.
|
![]() | IsFixedSize | Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. (Inherited from DbConnectionStringBuilder.) |
![]() | IsReadOnly | Gets a value that indicates whether the DbConnectionStringBuilder is read-only. (Inherited from DbConnectionStringBuilder.) |
![]() | Item | Gets or sets the value associated with the specified key. (Inherited from DbConnectionStringBuilder.) |
![]() | Keepalive |
Gets or sets the idle connection time(seconds) for TCP connections.
|
![]() | Keys | Gets an ICollection that contains the keys in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | Password |
Gets or sets the password that should be used to make a connection.
|
![]() | Port |
Gets or sets the port number that is used when the socket
protocol is being used.
|
![]() | Server |
Gets or sets the name of the server.
The aliases 'address', 'addr' and 'network address' are deprecated as valid server synonyms. |
![]() | SshHostName |
Gets or sets the name of the SSH server.
|
![]() | SshKeyFile |
Gets or sets the SSH key file to authenticate to the SSH server.
|
![]() | SshPassphrase |
Gets or sets the passphrase of the key file to authenticate to the SSH server.
|
![]() | SshPassword |
Gets or sets the password to authenticate to the SSH server.
|
![]() | SshPort |
Gets or sets the port number to use when authenticating to the SSH server.
|
![]() | SshUserName |
Gets or sets the user name to authenticate to the SSH server.
|
![]() | SslCa | |
![]() | SslCert |
Gets or sets the path to a local certificate file in PEM format to use for establishing an encrypted connection.
|
![]() | SslKey |
Gets or sets the path to a local key file in PEM format to use for establishing an encrypted connection.
|
![]() | SslMode |
Indicates whether to use SSL connections and how to handle server certificate errors.
|
![]() ![]() | TlsVersion |
Sets the TLS versions to use in a SSL connection to the server.
|
![]() | UserID |
Gets or sets the user ID that should be used to connect with.
|
![]() | Values | Gets an ICollection that contains the values in the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an entry with the specified key and value into the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | Clear | Clears the contents of the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) |
![]() | ClearPropertyDescriptors | Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | ContainsKey | Determines whether the DbConnectionStringBuilder contains a specific key. (Inherited from DbConnectionStringBuilder.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | EquivalentTo | Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from DbConnectionStringBuilder.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetConnectionString | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetProperties | Fills a supplied Hashtable with information about all the properties of this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the entry with the specified key from the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) |
![]() | ShouldSerialize | Indicates whether the specified key exists in this DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) |
![]() | ToString | Returns the connection string associated with this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
![]() | TryGetValue | Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |