Found 169 packages
Binbin.Linq.PredicateBuilder
Package Description
Predicate Builder
Linq.PredicateBuilder allows you to construct filtering expressions at run-time on the fly using fluent API and minimize boilerplate code such as null/empty checking and case ignoring.
PredicateExtensions is a C# utility that will take two Lambda expressions and combine them using .And or .Or extension methods. Expressions be joined at runtime for dynamic LINQ queries. PredicateExtensions can be used with EntityFramework to refactor and create dynamic queries.
谓词筛选表达式Expression<Func<T, bool>>的扩展库
A simple library to parse strings into expressions and then evaluate it on a source object.
Provides auto generated predicate ExpressionStarter<TEntity> through a filtering model, using LinqKit.Microsoft.EntityFrameworkCore
Predicate Helper is a C# utility that will take different lambda expressions and combine them. It can be used with an ORM (like Entity Framework) and it will allow you to create dynamic queries.
A tool to create Serializable Expressions. ServicePredicateBuilde is a tool that you can create C# Expressions with it and send it via services and in service side get the expressions easily.
This package adds the PredicateExtensions source directly to your project. For the full project, including tests, download the project from github.
Fluent PredicateBuilder and Linq extensions. Helps you in creating a dynamic where clause in your LINQ queries. Also, easy to use Linq Where extensions.
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
A library with a map type which acts as a wrapper of a dictionary of type Dictionary<Predicate<K>, V>. Values of V are selected from the dictionary where the predicate key resolves to true for a value of K. The wrapper simplifies and wraps the Linq that makes the selection work,
Enables the efficient, dynamic composition of query predicates linq expressions supporting the logical operators: AND, OR, NOT. It can be used with any kind of entity that need to be queried by a linq expression.
Expressif is the variable substitution syntax combined with a library of predicates and functions. Initially designed for NBi.io, Expressif allows you to define variables, transformations of these variables (with expressions and functions), in plain text, which can then be interpreted by the engine. Same can be done with predicates.
动态条件编译表达式树
Package to assist in boilerplate of repositories and predicate building with filter objects