SqliteConnectionStringBuilder.Remove(String) Method

Definition

Removes the specified key and its value from the connection string.

public override bool Remove (string keyword);
override this.Remove : string -> bool
Public Overrides Function Remove (keyword As String) As Boolean

Parameters

keyword
String

The key to remove.

Returns

true if the key was used; otherwise, false.

Applies to