Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 相对于当前行定位游标。
Public Function MoveRelative(ByVal offset As Integer) As Boolean
public bool MoveRelative(int offset)
offset 要移动的行数。负值对应于向后移动。
如果成功则返回 true,否则返回 false。例如,如果游标位于第一行或最后一行之外,则此方法失败。
ULException 类 发生 SQL 错误。
如果行不存在,该方法将返回 false;如果 offset 为正,游标将位于最后一行 (ULDataReader.IsEOF) 之后;如果 offset 为负,游标将位于第一行 (ULDataReader.IsBOF) 之前。