Remove(string) Method

Syntax:

public bool Remove(string keyword)

Description:

Removes the entry with the specified key from the RdmConnectionStringBuilder.

Parameters:

keyword

Type: System.String

The key to remove in the RdmConnectionStringBuilder.

Return Value:

Type: System.Boolean

Returns true if the key existed within the connection string; otherwise it returns false.

Exceptions:

Exception Condition
ArgumentNullException The key specified is null.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnectionStringBuilder.Remove