OracleConnectionStringBuilder Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds an entry with the specified key and value into the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
| AppendKeyValuePair | Overloaded. Provides an efficient and safe way to append a key and value to an existing StringBuilder object. (Inherited from DbConnectionStringBuilder.) |
| Clear | Overridden. Clears the contents of the OracleConnectionStringBuilder instance. |
| ContainsKey | Overridden. Determines whether the OracleConnectionStringBuilder contains a specific key. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| EquivalentTo | Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from DbConnectionStringBuilder.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Overridden. Removes the entry with the specified key from the OracleConnectionStringBuilder instance. |
| ShouldSerialize | Overridden. Indicates whether the specified key exists in this OracleConnectionStringBuilder instance. |
| ToString | Returns the connection string associated with this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
| TryGetValue | Overridden. Retrieves a value corresponding to the supplied key from this OracleConnectionStringBuilder. |
| Name | Description | |
|---|---|---|
| ClearPropertyDescriptors | Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder. (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.) |
| GetProperties | Fills a supplied HashTable with information about all the properties of this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |