vendredi 28 juin 2019

Queries on IQueryable with property name and type at runtime

I need to do queries with knowing the property name and type at runtime. I've used reflection on IEnumerable<> but will there be issues with performance because of this?

I would like to know if there is a better way of doing this with IQueryable<>? I've looked a bit into Expressions but I'm not quite sure how to do it.





Aucun commentaire:

Enregistrer un commentaire