Click or drag to resize

MapperKernelMoveBOF Method

Move to the Beginning Of File (BOF). That is, position the cursor just prior to the first record in the mapper. Note that this will throw an InvalidMapperMovement error if the mapper is positioned on or beyond the first record and is not BiDirectional. Use MoveFirst to position directly to the first data row.

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

Return Value

Type: Boolean
True always, but provided for consistency with the mapper's other Move methods.

Implements

IMapperMoveBOF
See Also