The Wayback Machine - https://web.archive.org/web/20210803003505/https://github.com/dotnet/efcore/issues/25396
Skip to content
New issue

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

Query: add translation for string.IndexOf(string, int) #25396

Open
maumar opened this issue Aug 3, 2021 · 0 comments
Open

Query: add translation for string.IndexOf(string, int) #25396

maumar opened this issue Aug 3, 2021 · 0 comments

Comments

@maumar
Copy link
Contributor

@maumar maumar commented Aug 3, 2021

we only translate overload that starts from the beginning. We could also translate the one that takes starting position, TSQL method has that overload also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant