Returns a CqlQuery which after execution returns the first element in a sequence that satisfies a specified condition.
To execute this CqlQuery use Execute() method.
Namespace:Cassandra.Data.Linq Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
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: CqlQuerySingleElementTSource a CqlQuery<TSource> which after execution will return first element in the sequence
that passes the test in the specified predicate function.