Remove(string) method

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

Visual Basic syntax

Public Overrides Function Remove (ByVal keyword As String) As Boolean

C# syntax

public override bool Remove (string keyword)

Parameters

Returns

True if the key existed within the connection string and was removed; false if the key did not exist.