SqlConnectionStringBuilder Methods
.NET Framework 4.5
The SqlConnectionStringBuilder 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 SqlConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.Clear().) |
|
ClearPropertyDescriptors | Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
|
ContainsKey | Determines whether the SqlConnectionStringBuilder contains a specific key. (Overrides DbConnectionStringBuilder.ContainsKey(String).) |
|
Equals(Object) | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Remove | Removes the entry with the specified key from the SqlConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.Remove(String).) |
|
ShouldSerialize | Indicates whether the specified key exists in this SqlConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.ShouldSerialize(String).) |
|
ToString | Returns the connection string associated with this DbConnectionStringBuilder. (Inherited from DbConnectionStringBuilder.) |
|
TryGetValue | Retrieves a value corresponding to the supplied key from this SqlConnectionStringBuilder. (Overrides DbConnectionStringBuilder.TryGetValue(String, Object).) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (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.) |
|
ICustomTypeDescriptor.GetEvents() | Returns the events for this instance of a component. (Inherited from DbConnectionStringBuilder.) |
|
ICustomTypeDescriptor.GetEvents(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(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.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.) |
|
IDictionary.GetEnumerator | Returns an IDictionaryEnumerator object for the IDictionary object. (Inherited from DbConnectionStringBuilder.) |
|
IDictionary.Remove | Removes the element with the specified key from the IDictionary object. (Inherited from DbConnectionStringBuilder.) |
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from DbConnectionStringBuilder.) |