T - Element typepublic interface RawQueryable<T> extends Enumerable<T>
Queryable.
The other methods in Queryable, defined in
ExtendedQueryable, can easily be implemented by calling the
corresponding static methods in Extensions.
| Modifier and Type | Method and Description |
|---|---|
Type |
getElementType()
Gets the type of the element(s) that are returned when the expression
tree associated with this Queryable is executed.
|
Expression |
getExpression()
Gets the expression tree that is associated with this Queryable.
|
QueryProvider |
getProvider()
Gets the query provider that is associated with this data source.
|
asQueryableenumeratoraggregate, aggregate, aggregate, all, any, any, asEnumerable, average, average, average, average, average, average, average, average, average, average, cast, concat, contains, contains, correlateJoin, count, count, defaultIfEmpty, defaultIfEmpty, distinct, distinct, elementAt, elementAtOrDefault, except, except, first, first, firstOrDefault, firstOrDefault, foreach, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, intersect, intersect, into, join, join, join, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, ofType, orderBy, orderBy, orderByDescending, orderByDescending, reverse, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skip, skipWhile, skipWhile, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, take, takeWhile, takeWhile, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, union, union, where, where, zipType getElementType()
Expression getExpression()
QueryProvider getProvider()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.