Click or drag to resize

MapperDatasheetMoveRelative Method

Overload List
  NameDescription
Public methodMoveRelative(Int32, Boolean)
Move to a record relative to the current record. Note that this will throw an InvalidMapperMovement error if movement is negative and the mapper is not BiDirectional.
(Inherited from MapperKernel.)
Public methodMoveRelative(Int32, Boolean, MoveReason)
Move to a record relative to the current record. Note that this will throw an InvalidMapperMovement error if movement is negative and the mapper is not BiDirectional.
(Overrides MapperKernelMoveRelative(Int32, Boolean, MoveReason).)
Top
See Also