-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
EnumToString not working in BatchUpdateAsync #397
Comments
Conversion is not currently supported for Batch. |
@borisdj thanks, is this being planned? Not too familiar how this package works, but if I figure out how to add this feature ill create a PR for it. |
If you manage to do it, you can send PR. |
Solved with latest version. When doing Batch with named parameter on table that has enum Conversion (Int to String) the name of parameter has to be same as Property name (Case-insensitive), example: Explicit enum values will also work: |
As of Now it works even with different named params. |
Hi,
I have this table -
and this in the database context -
Calling this method -
Throws the following error -
Using NuGet version - 3.2.3
The text was updated successfully, but these errors were encountered: