You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a linq query that includes a mod operation. But when it gets translated to SQL query it returns the wrong syntax. Instead of using mod it uses % that results in syntax error when I try to run the query.
Here's the S.O link for details and code example. Seems like this is a bug.
The text was updated successfully, but these errors were encountered:
I have a linq query that includes a mod operation. But when it gets translated to SQL query it returns the wrong syntax. Instead of using
mod
it uses%
that results in syntax error when I try to run the query.Here's the S.O link for details and code example. Seems like this is a bug.
The text was updated successfully, but these errors were encountered: