Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
读取批处理 SQL 语句的结果时,将 ULDataReader 推进到下一结果。
Public Overrides Function NextResult() As Boolean
public override bool NextResult()
如果还有其它结果集则为 true;否则为 false。对于 UltraLite.NET,始终返回 false。
ULException 类 ULDataReader 未打开。
UL Ext: UltraLite.NET 不支持批处理 SQL 语句;因此,ULDataReader 始终被定位到第一个(也是仅有的一个)结果集。调用 NextResult 没有任何作用。