Gustav Elmgren
05/30/2022, 4:46 PMExpression<*>
and want to return the related QueryParameter
for it.
For example if I have an Expression<Int>
(which could be Customers.age
for example), so then I would want QueryParameter(someValue, IntColumnType()
. Is this even possible? Or is the approach I am taking just stupid?