We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey not to pile on, but if you're making changes, what do you think about adding support for AsSplitQuery?
I was thinking it might just be another optional boolean on the method like, and then conditionally tacking it on to the query:
public async Task<T> SingleOrDefaultAsync(....bool asSplitQuery = false) { ... if (asSplitQuery) query = query.AsSplitQuery(); ... }
But I have not had a chance to actually test it. Could always do it later as a non-breaking change too. Just thought I'd mention it.
Thanks again-
Originally posted by @KennethScott in #67 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was thinking it might just be another optional boolean on the method like, and then conditionally tacking it on to the query:
But I have not had a chance to actually test it. Could always do it later as a non-breaking change too. Just thought I'd mention it.
Thanks again-
Originally posted by @KennethScott in #67 (comment)
The text was updated successfully, but these errors were encountered: