Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
相对于当前行移动一定数量的行。
Boolean moveRelative( Int32 index )
index 要移动的行数。该值可以为正数、负数或零。
如果成功,则返回 true。
如果失败,则返回 false。例如,如果没有行,此方法失败。
相对于游标当前在结果集中的位置,正索引值在结果集中向前移动,负索引值在结果集中向后移动,零不移动游标。