LinqBuilderExtensions class
Exposes some extension methods for LINQ querying
public static class Korzh.EasyQuery.Linq.LinqBuilderExtensionsPackage: Korzh.EasyQuery.Linq (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Linq.dll
Static Methods
Section titled “Static Methods”| Name | Type | Description |
|---|---|---|
DynamicQuery(this IEnumerable<T> source, Query query) | IEnumerable<T> | |
DynamicQuery(this IQueryable<TEntity> source, Query query, string orderByProperty = null, bool descending = False, QueryBuilderOptions options = null) | IQueryable<TEntity> | |
DynamicQuery(this IQueryable<TEntity> source, LinqQueryBuilder builder, string orderByProperty = null, bool descending = False, QueryBuilderOptions options = null) | IQueryable<TEntity> | |
FullTextSearchQuery(this IEnumerable<T> source, string text, FullTextSearchOptions options) | IEnumerable<T> | |
FullTextSearchQuery(this IQueryable<T> source, string text, FullTextSearchOptions options = null) | IQueryable<T> |