Database.CommandTimeout 属性

定义

获取或设置所有上下文操作的超时值(以秒为单位)。 默认值为 null,其中 null 指示将使用基础提供程序的默认值。

public Nullable<int> CommandTimeout { get; set; }
member this.CommandTimeout : Nullable<int> with get, set
Public Property CommandTimeout As Nullable(Of Integer)

属性值

使用提供程序默认值的超时值(以秒为单位或 null)。

适用于