🧑‍💻
DynamicWhere.ex
GitHubNugetTelegram
  • Getting Started
  • Change Log
  • Usage
    • Enums
    • Classes
    • Extensions
  • JSON Example
    • Condition
    • Condition Group
    • Order By
    • Page By
    • Filter
    • Segment
  • Ice Breaking
Powered by GitBook
On this page
  • Installation
  • License
  • Credits

Was this helpful?

Getting Started

NextChange Log

Last updated 1 year ago

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.

Installation

You can install the library via . Run the following command in your project's NuGet Package Manager console:

Install-Package DynamicWhere.ex

License

This library is released under a free and open-source license, allowing you to use it in your projects without restrictions.

Credits

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.

NuGet
System.Linq.Dynamic.Core