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

Enum support #109

Closed Ilanlido closed 1 year ago

Ilanlido commented 1 year ago

Added enum support by converting to string if checked against string type

tghamm commented 1 year ago

Neat, let me know when you think this is ready to be merged with the case sensitivity toggle work completion.

tghamm commented 1 year ago

@Ilanlido this PR ended up with a couple of conflicts after all the merges, any chance you can clean that up before I merge it? Thanks!

Ilanlido commented 1 year ago

On it!