Click or drag to resize

MapperDetailMoveRelative 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.
(Overrides MapperKernelMoveRelative(Int32, Boolean).)
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.
(Inherited from MapperKernel.)
Top
See Also