My command keeps timing out, so I need to change the default command timeout value.
I\'ve found myDb.Database.Connection.ConnectionTimeout, but it\'s
myDb.Database.Connection.ConnectionTimeout
You can use this simple :dbContext.Database.SetCommandTimeout(300);
dbContext.Database.SetCommandTimeout(300);