
System.Linq.Dynamic.DynamicQueryable
public static class DynamicQueryable : object
Class Members
Member | Description | |
---|---|---|
![]() ![]() |
Any |
public static bool Any(IQueryable source) |
![]() ![]() |
Count |
public static int Count(IQueryable source) |
![]() ![]() |
GroupBy |
public static IQueryable GroupBy(IQueryable source, string keySelector, string elementSelector, Object[] values) |
![]() ![]() |
OrderBy |
public static IQueryable OrderBy(IQueryable source, string ordering, Object[] values) |
![]() ![]() |
OrderBy<T> |
public static IQueryable |
![]() ![]() |
Select |
public static IQueryable Select(IQueryable source, string selector, Object[] values) |
![]() ![]() |
Skip |
public static IQueryable Skip(IQueryable source, int count) |
![]() ![]() |
Take |
public static IQueryable Take(IQueryable source, int count) |
![]() ![]() |
Where |
public static IQueryable Where(IQueryable source, string predicate, Object[] values) |
![]() ![]() |
Where<T> |
public static IQueryable |
Requirements
Namespace: System.Linq.DynamicAssembly: westwind.data.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic