SqliteConnectionStringBuilder.ShouldSerialize(String) Method

Definition

Determines whether the specified key should be serialized into the connection string.

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

Parameters

keyword
String

The key to check.

Returns

true if it should be serialized; otherwise, false.

Applies to