EntityCommand.CommandTimeout Property

 

Gets or sets the amount of time to wait before timing out.

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

public override int CommandTimeout { get; set; }

Property Value

Type: System.Int32

The time in seconds to wait for the command to execute.