Exposes some extension methods for LINQ querying
public static class Korzh.EasyQuery.Linq.LinqBuilderExtensions
Static Methods
Type | Name | Description |
---|---|---|
IEnumerable<T> |
DynamicQuery(this IEnumerable<T> source, Query query) |
|
IQueryable<T> |
DynamicQuery(this IQueryable<T> source, Query query, String orderByProperty = null, Boolean descending = False, QueryFormats formats = null) |
|
IQueryable<T> |
FullTextSearchQuery(this IQueryable<T> source, String text, FullTextSearchOptions options = null) |