JN
All posts

Tagged: #expression-trees

10 posts found

28 Apr 2013less than a minute read15607 views

Generic IQueryable 'OR' search for multiple search terms using expression trees

Continuing my latest theme of search extension methods, my new method allows users to search a property against multiple search terms. The code has been added to my existing search extensions project which can be found on github by going to https://github.com/ninjanye/SearchExtensions

#generics#expression-trees#lambda#linq#extension-methods#search#sql#csharp#search-extensions