Click or drag to resize
RowSetIsExhausted Method
Returns whether this ResultSet has more results. It has side-effects, if the internal queue has been consumed it will page for more results.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public virtual bool IsExhausted()

Return Value

Type: Boolean
See Also