Extending timeouts using EF Core
Using v6.9.15 and an ef core connection in a c# statements script.
In a similar boat to this guy with the added complexity of it being ef core over regular ef it seems? https://stackoverflow.com/a/15543838/1301349
Can't figure out a way to keep things simple in using c# statements and find a way to extend the timeout and i keep running in to this every few months and give up and run off to using another editor where the code will eventually land anyway. i'd rather be able to stick for longer in scripting rather complex things out in linqpad.
thoughts?
Comments
found it. it was buried in that i have so many tables that
this.Database
was visually blending in....https://stackoverflow.com/a/6234593/1301349
ported slightly to
this.Database.SetCommandTimeout(90);