MySqlConnectionStringBuilder Methods

MySQL Connector/Net

The MySqlConnectionStringBuilder type exposes the following members.

Methods

  NameDescription
Add
Adds an entry with the specified key and value into the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Clear (Overrides DbConnectionStringBuilder..::.Clear()()().)
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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetConnectionString
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 (Overrides DbConnectionStringBuilder..::.Remove(String).)
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 (Overrides DbConnectionStringBuilder..::.TryGetValue(String, Object%).)

See Also