Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages