Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
DynamicWhere.ex is a powerful and versatile library for dynamically creating complex filter expressions in Entity Framework Core applications. This library enhances your EF Core queries by providing support for creating dynamic filters using objects, making it easier to generate complex queries for your data.
With DynamicWhere.ex, you can easily define and apply conditions, logical connectors, and intersections to filter data from your database. It offers a flexible way to construct dynamic filter expressions for various data types, including text, numbers, booleans, and date-time values, using a wide range of logical operators.
You can install the library via . Run the following command in your project's NuGet Package Manager console:
This library is released under a free and open-source license, allowing you to use it in your projects without restrictions.
This extension is built upon the foundation of , and we extend our appreciation to the authors and contributors of the original library for their valuable work.