Returns a CqlQuery which after execution will return IEnumerable<TSource>
with specified number of contiguous elements from the start of a sequence.
To execute this CqlQuery use Execute() method.
Namespace:Cassandra.Data.Linq Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Type: SystemInt32 The number of elements to return.
Type Parameters
TSource
The type of the elements of source.
Return Value
Type: CqlQueryTSource a CqlQuery<TSource> which after execution will return IEnumerable<TSource>
with specified number of contiguous elements from the start of a sequence.