tghamm / dynamic-linq-query-builder

A truly generic and dynamic linq query builder to compliment jQuery QueryBuilder and other dynamic linq query generation needs
MIT License
262 stars 110 forks source link

Dictionary<string, object> Support #104

Closed Ilanlido closed 1 year ago

Ilanlido commented 1 year ago

Hey @tghamm I want to add support for dictionary<string,object> property and would like to know what you think about it / how available you are to push an update for it. My plan is to add it to BuildNestedExpression where instead of getting the property of the type i will check if it's dictionary and if so create an expression to check if the field exists in the dictionary and create the expression with the rest of the logic. Let me know what you think, Thanks!

tghamm commented 1 year ago

Thanks for the PR. Merged #105 will release a new version here shortly.