Click or drag to resize
CqlReaderRead Method
Advances the reader to the next record in a result set.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override bool Read()

Return Value

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

Implements

IDataReaderRead
See Also