Click or drag to resize

MapperKernelMovePrev Method

Move to the previous record in the mapper. Note that this will throw an InvalidMapperMovement error if the mapper is not BiDirectional.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool MovePrev()

Return Value

Type: Boolean
True if movement succeeded, else false.

Implements

IMapperMovePrev
See Also