Advances the data reader to the next result, when reading the results of batch SQL statements.
true if there are more rows; otherwise, false.
Used to process multiple results, which can be obtained by executing batch SQL statements.
By default, the data reader is positioned on the first result.
code reference: IDataReader_NextResult#1