SqliteConnectionStringBuilder.TryGetValue(String, Object) Method

Definition

Gets the value of the specified key if it is used.

public override bool TryGetValue (string keyword, out object value);
public override bool TryGetValue (string keyword, out object? value);
override this.TryGetValue : string * obj -> bool
Public Overrides Function TryGetValue (keyword As String, ByRef value As Object) As Boolean

Parameters

keyword
String

The key.

value
Object

The value.

Returns

true if the key was used; otherwise, false.

Applies to