public static JetMove ( JET_SESID sesid, JET_TABLEID tableid, JET_Move numRows, MoveGrbit grbit ) : void | ||
sesid | JET_SESID | The session to use for the call. |
tableid | JET_TABLEID | The cursor to position. |
numRows | JET_Move | An offset which indicates how far to move the cursor. |
grbit | MoveGrbit | Move options. |
return | void |