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

Support object comparisons #114

Closed Ilanlido closed 1 year ago

Ilanlido commented 1 year ago

Added Casting function to cast our object type to the type provided in the filter rule

Ilanlido commented 1 year ago

Sorry for the mess in the PR's. first will be https://github.com/tghamm/dynamic-linq-query-builder/pull/108 then either this one or the enum support