Click or drag to resize

CqlReaderRead Method

Advances the reader to the next record in a result set.

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

Return Value

Type: Boolean
if there are more rows; otherwise .

Implements

IDataReaderRead
See Also