|
| MySQL Connector/Net |
| MySqlConnectionStringBuilder Methods |
| MySqlConnectionStringBuilder Class See Also Send Feedback |
|
The MySqlConnectionStringBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
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 | (Overrides DbConnectionStringBuilder..::..ContainsKey(String).) |
|
Equals | (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 | 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 | Retrieves a value corresponding to the supplied key from this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |