DbMigrationsConfiguration.CommandTimeout Property

 

Gets or sets the timeout value used for the individual commands within a migration. A null value indicates that the default value of the underlying provider will be used.

Namespace:   System.Data.Entity.Migrations
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<int> CommandTimeout { get; set; }

Property Value

Type: System.Nullable<Int32>