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