SqliteConnectionStringBuilder.ContainsKey(String) Method

Definition

Determines whether the specified key is used by the connection string.

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

Parameters

keyword
String

The key to look for.

Returns

true if it is used; otherwise, false.

Applies to