Click or drag to resize
CqlReaderRead Method
Advances the IDataReader to the next record.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override bool Read()

Return Value

Type: Boolean
true if there are more rows; otherwise, false.

Implements

IDataReaderRead
See Also