Click or drag to resize
CqlReaderNextResult Method
Advances the data reader to the next result, when reading the results of batch SQL statements.

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

Return Value

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

Implements

IDataReaderNextResult
See Also