Skip to content

LinqBuilderExtensions class

Exposes some extension methods for LINQ querying

public static class Korzh.EasyQuery.Linq.LinqBuilderExtensions
TypeNameDescription
IEnumerable<T>DynamicQuery(this IEnumerable<T> source, Query query)
IQueryable<TEntity>DynamicQuery(this IQueryable<TEntity> source, Query query, String orderByProperty = null, Boolean descending = False, IQueryFormats formats = null)
IQueryable<TEntity>DynamicQuery(this IQueryable<TEntity> source, LinqQueryBuilder builder, String orderByProperty = null, Boolean descending = False)
IQueryable<T>FullTextSearchQuery(this IQueryable<T> source, String text, FullTextSearchOptions options = null)