Consider WithQueryTimeout through linq
Open
area-query
customer-reported
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
We are trying to migrate ef core 7 from NHibernate. Consider allow us to specify custom timeouts for specific linq statements.
Suggested extension methods could be like below.
"context.Set().WithQueryTimeout(100)"
Is there any way to specify timeout(in seconds) through linq not "context.Database" property.
Contributor guide
Assessment
This issue has not been assessed yet.