Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将游标定位到下一行;如果游标已经位于最后一行,则定位到最后一行之后。
Public Overrides Function Read() As Boolean
public override bool Read()
如果成功则返回 true,否则返回 false。例如,如果没有其它行,该方法将失败。
ULException 类 发生 SQL 错误。
此方法与 ULDataReader.MoveNext 方法相同。