Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
处理返回多个结果集的查询时,将 SADataReader 前进到下一结果集。
Public Overrides Function NextResult() As Boolean
public override bool NextResult()
如果还有其它结果集,则返回 true。否则返回 false。
用于处理多个结果集,这些结果集可以通过执行批处理 SQL 语句或存储过程来生成。
缺省情况下,数据读取器位于第一个结果集上。