issues
search
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
V1.1.2
#20
Closed
dbelmont
closed
6 years ago
dbelmont
commented
6 years ago
New operation added: DoesNotContain
Support for complex expressions
(those that group up statements within parenthesis)
Added tests using LINQ to SQL (along with a
bug fix regarding the library usage with LINQ to SQL
)