Type: System.Linq.ExpressionsExpressionFuncTSource, TKey A function to test each element for a condition.
Type Parameters
TKey
The type of the value returned by selector.
TSource
The type of the elements of source.
Return Value
Type: CqlQueryIGroupingTKey, TSource a CqlQuery<TSource> which after execution will return an IEnumerable<TSource>
that contains elements from the input sequence that satisfy the condition.