I\'m using Entity Framework 5 and I wish to know the command timeout value.
In order to do so, I cast the dbContext object to an ObjectContext
dbContext
ObjectContext
If you're using SQLServer then the default command timeout is 30 seconds.
SqlCommand.CommandTimeout Property