Replies: 1 comment
-
Lot of things could be done for the SqlServer extensions. I planed some. But at some point, trying to make everything possible and impossible means rewritting some chunks of EF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to be able to provide a custom serializer/formatter to be used when saving records to DB table with
SqlServerSave
extension method.For example, we needed to avoid trimming of values when migrating an old legacy system, but I'm sure there could be a lot of other applicable cases.
Beta Was this translation helpful? Give feedback.
All reactions