Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDataReader 类

 

NextResult 方法

读取批处理 SQL 语句的结果时,将 ULDataReader 推进到下一结果。

语法
Visual Basic
Public Overrides Function NextResult() As Boolean
C#
public override bool NextResult();
返回值

如果还有其它结果集则为 true;否则为 false。对于 UltraLite.NET,始终返回 false。

注释

UL Ext.: UltraLite.NET 不支持批处理 SQL 语句;ULDataReader 始终被定位到第一个(也是仅有的一个)结果集。调用 NextResult 没有任何作用。

另请参见