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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Function MoveBOF As Boolean
Return Value
Type:
BooleanTrue always, but provided for consistency with the mapper's other Move methods.
See Also