CUBRID ADO.NET Driver - 8.4.0.0
The CUBRIDConnectionStringBuilder 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 | Clears the contents of the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) | |
| 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 | (Inherited from Object.) | |
| EquivalentTo | Compares the connection information in this DbConnectionStringBuilder object with the connection information in the supplied object. (Inherited from DbConnectionStringBuilder.) | |
| Finalize | (Overrides Object..::..Finalize()()()().) | |
| 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 | Removes the entry with the specified key from the DbConnectionStringBuilder instance. (Inherited from DbConnectionStringBuilder.) | |
| 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.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IDictionary..::..Add | Adds an element with the provided key and value to the IDictionary object. (Inherited from DbConnectionStringBuilder.) | |
| IDictionary..::..Contains | Determines whether the IDictionary object contains an element with the specified key. (Inherited from DbConnectionStringBuilder.) | |
| ICollection..::..CopyTo | (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetAttributes | Returns a collection of custom attributes for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetClassName | Returns the class name of this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetComponentName | Returns the name of this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetConverter | Returns a type converter for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetDefaultEvent | Returns the default event for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetDefaultProperty | Returns the default property for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetEditor | Returns an editor of the specified type for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| IEnumerable..::..GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from DbConnectionStringBuilder.) | |
| IDictionary..::..GetEnumerator | Returns an IDictionaryEnumerator object for the IDictionary object. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetEvents()()()() | Returns the events for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetEvents(array<Attribute>[]()[][]) | Returns the events for this instance of a component using the specified attribute array as a filter. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetProperties()()()() | Returns the properties for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetProperties(array<Attribute>[]()[][]) | Returns the properties for this instance of a component using the attribute array as a filter. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptor..::..GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Inherited from DbConnectionStringBuilder.) | |
| IDictionary..::..Remove | Removes the element with the specified key from the IDictionary object. (Inherited from DbConnectionStringBuilder.) |