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