SAConnectionStringBuilderBase members

Public properties
Member name Description

[external link] BrowsableConnectionString (inherited from DbConnectionStringBuilder)

Gets or sets a value that indicates whether the [external link] DbConnectionStringBuilder.ConnectionString is visible in Visual Studio designers.

[external link] ConnectionString (inherited from DbConnectionStringBuilder)

Gets or sets the connection string associated with the [external link] DbConnectionStringBuilder.

[external link] Count (inherited from DbConnectionStringBuilder)

Gets the current number of keys that are contained within the [external link] DbConnectionStringBuilder.ConnectionString.

[external link] IsFixedSize (inherited from DbConnectionStringBuilder)

Gets a value that indicates whether the [external link] DbConnectionStringBuilder has a fixed size.

[external link] IsReadOnly (inherited from DbConnectionStringBuilder)

Gets a value that indicates whether the [external link] DbConnectionStringBuilder is read-only.

Item property

Gets or sets the value of the connection keyword.

Keys property

Gets an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder.

[external link] Values (inherited from DbConnectionStringBuilder)

Gets an [external link] ICollection that contains the values in the [external link] DbConnectionStringBuilder.

Public methods
Member name Description

[external link] Add (inherited from DbConnectionStringBuilder)

Adds an entry with the specified key and value into the [external link] DbConnectionStringBuilder.

[external link] Clear (inherited from DbConnectionStringBuilder)

Clears the contents of the [external link] DbConnectionStringBuilder instance.

ContainsKey method

Determines whether the SAConnectionStringBuilder object contains a specific keyword.

[external link] EquivalentTo (inherited from DbConnectionStringBuilder)

Compares the connection information in this [external link] DbConnectionStringBuilder object with the connection information in the supplied object.

GetKeyword method

Gets the keyword for specified SAConnectionStringBuilder property.

GetUseLongNameAsKeyword method

Gets a boolean values that indicates whether long connection parameter names are used in the connection string.

Remove method

Removes the entry with the specified key from the SAConnectionStringBuilder instance.

SetUseLongNameAsKeyword method

Sets a boolean value that indicates whether long connection parameter names are used in the connection string. Long connection parameter names are used by default.

ShouldSerialize method

Indicates whether the specified key exists in this SAConnectionStringBuilder instance.

[external link] ToString (inherited from DbConnectionStringBuilder)

Returns the connection string associated with this [external link] DbConnectionStringBuilder.

TryGetValue method

Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder.

See also