CqlReaderNextResult Method |
Advances the reader to the next result when reading the results of a batch of statements.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntaxpublic override bool NextResult()
Return Value
Type:
Booleantrue if there are more result sets; otherwise false.
Implements
IDataReaderNextResult
See Also