次の方法で共有


DbMigrationsConfiguration.CommandTimeout プロパティ

定義

移行内の個々のコマンドに使用されるタイムアウト値を取得または設定します。 null 値は、基になるプロバイダーの既定値が使用されることを示します。

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

プロパティ値

適用対象