-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
No property or field 'DynamicFunctions' exists in type 'Log' #396
Comments
Correct, I could not get this Fiddle working. (@JonathanMagnan : can you remove this one please) @JamesRoche : See this example c# where it does work: |
You are a legend thank you :) |
I have implemented as per the example you sent over, should this be translating into a LIKE SQL for entity core? |
I've the feeling that for EF Core, it's still evaluated client-side. Not 100% sure.... |
See the section about "LINQ queries are no longer evaluated on the client" https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.0/breaking-changes
So anything in the "WHERE" part should not. |
Hi, Thanks for your response |
I keep getting this error thrown when trying to use DynamicFunctions.Like() in my queries. I can also see in the examples on the website that they are suffering from the same issues. Has this API been changed?
JS Fiddle from your site which also failed https://dotnetfiddle.net/dy4vkE
The text was updated successfully, but these errors were encountered: