MySqlConnectionStringBuilder Methods

MySQL Connector/Net

MySqlConnectionStringBuilder Methods

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 DbConnectionStringBuilderClear.)
Protected method ClearPropertyDescriptors
Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder.
(Inherited from DbConnectionStringBuilder.)
Public method ContainsKey (Overrides DbConnectionStringBuilderContainsKey(String).)
Public method Equals (Overrides ObjectEquals(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 the default hash function.
(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 DbConnectionStringBuilderRemove(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.)
Top
See Also