CqlReaderNextResult Method |
Advances the data reader to the next result, when reading the results of batch SQL statements.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override bool NextResult()
Return Value
Type:
Booleantrue if there are more rows; otherwise, false.
Implements
IDataReaderNextResultSee Also