NextResult Method (C1DataReader)
Advances the reader to the next result when reading the results of a batch of statements.
public override bool NextResult()
'Declaration
Public Overrides Function NextResult() As Boolean
Return Value
true if there are more result sets; otherwise false.