Click or drag to resize
RowSetGetRows Method
For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public IEnumerable<Row> GetRows()

Return Value

Type: IEnumerableRow
See Also