Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Where Clauses

When implementing search functionality with LINQ, dynamically attaching an AND or OR clause inside your .Where method is not the most straightforward of things to do.

This project provides an example and method to dynamically combine delegates together so that we can build a single where clause when searching a data set.

For a full description on this project, please see the full article.

About

Use LINQ to build dynamic where clauses based on your UI and object model

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages