dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

Add Statment To filter #32

Open pouyaSamie opened 6 years ago

pouyaSamie commented 6 years ago

Hi thank you for your great project I want to add dynamic statement to Filter you have ReadFromxml but please provide a method to add IFilterStatement to filter class

thank you so much

dbelmont commented 6 years ago

Hi @pouyaSamie, Sorry for the late reply. Many thanks for using the project. It's great to know you're enjoying it. I'll think about this and keep you posted.

BTW, what's the reason why you need to add IFilterStatements to the Filter?

Thanks for your suggestion. Cheers.