共用方式為


SqliteConnectionStringBuilder.Remove(String) 方法

定義

從連接字串中移除指定的索引鍵及其值。

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

參數

keyword
String

要移除的索引鍵。

傳回

true 如果使用金鑰則為 ;否則為 false

適用於