共用方式為


SqliteCommand.CommandTimeout 屬性

定義

取得或設定終止嘗試執行命令之前要等候的秒數。 預設值為 30。 值為 0 表示沒有逾時。

public override int CommandTimeout { get; set; }
member this.CommandTimeout : int with get, set
Public Overrides Property CommandTimeout As Integer

屬性值

終止嘗試執行命令之前要等候的秒數。

備註

當命令正在等候取得資料表的鎖定時,就會使用逾時。

適用於