SphinxQLConnectionStringBuilder Methods |
The SphinxQLConnectionStringBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an entry with the specified key and value into the DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) | |
| Clear |
Clears the contents of the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilderClear.) | |
| ContainsKey |
Determines whether the SphinxQLConnectionStringBuilder contains a specific key.
(Overrides DbConnectionStringBuilderContainsKey(String).) | |
| Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes the entry with the specified key from the SphinxQLConnectionStringBuilder instance.
(Overrides DbConnectionStringBuilderRemove(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.) |
| Name | Description | |
|---|---|---|
| IDictionaryAdd | Adds an element with the provided key and value to the IDictionary object. (Inherited from DbConnectionStringBuilder.) | |
| IDictionaryContains | Determines whether the IDictionary object contains an element with the specified key. (Inherited from DbConnectionStringBuilder.) | |
| ICollectionCopyTo | (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetAttributes | Returns a collection of custom attributes for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetClassName | Returns the class name of this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetComponentName | Returns the name of this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetConverter | Returns a type converter for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetDefaultEvent | Returns the default event for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetDefaultProperty | Returns the default property for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetEditor | Returns an editor of the specified type for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| IDictionaryGetEnumerator | Returns an IDictionaryEnumerator object for the IDictionary object. (Inherited from DbConnectionStringBuilder.) | |
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetEvents | Returns the events for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetEvents(Attribute) | Returns the events for this instance of a component using the specified attribute array as a filter. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetProperties | Returns the properties for this instance of a component. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetProperties(Attribute) | Returns the properties for this instance of a component using the attribute array as a filter. (Inherited from DbConnectionStringBuilder.) | |
| ICustomTypeDescriptorGetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Inherited from DbConnectionStringBuilder.) | |
| IDictionaryRemove | Removes the element with the specified key from the IDictionary object. (Inherited from DbConnectionStringBuilder.) |