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
{{ message }}
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
should be enough for converting to and from database values for a specific type. With session.Insert() it works as expected.
However, when using custom queries with arguments, only DbType mappings are considered.
I'm currently using a little helper to do the conversion for me.