Replies: 1 comment 1 reply
-
Hi @sjblack, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whether this is possible on not I do not know. I thought it wold be nice to have a mapping method that took a generic type for the entity property, something like.
public IQueryBuilder AddMap (string from, Expression<Func<T, TProperty?>> to, Func<string, TProperty>? convertor = null, bool overwrite = true);
Beta Was this translation helpful? Give feedback.
All reactions