MySqlConnectionStringBuilder Methods

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySqlConnectionStringBuilder type exposes the following members.

Methods

  Name Description
Public method Add
Adds an entry with the specified key and value into the DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method Clear (Overrides DbConnectionStringBuilder..::..Clear()()()().)
Protected method ClearPropertyDescriptors
Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method ContainsKey (Overrides DbConnectionStringBuilder..::..ContainsKey(String).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method EquivalentTo
Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object.
(Inherited from DbConnectionStringBuilder.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetConnectionString
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetProperties
Fills a supplied Hashtable with information about all the properties of this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove (Overrides DbConnectionStringBuilder..::..Remove(String).)
Public method ShouldSerialize
Indicates whether the specified key exists in this DbConnectionStringBuilder instance.
(Inherited from DbConnectionStringBuilder.)
Public method ToString
Returns the connection string associated with this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method TryGetValue
Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)

See Also