I cannot find the a way to set the command timeout of a linq query using entity framework 4.3 and its\' DbContext. How do I increase Commandtimeout in entity framework?
this command is enough.
((System.Data.Entity.Infrastructure.IObjectContextAdapter) context).ObjectContext.CommandTimeout = 180;