JetEntityFrameworkProvider
JetEntityFrameworkProvider copied to clipboard
Mod operation syntax error
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.