Click or drag to resize

TypedMapperMoveNext Method

Moves to the next record in the mapper.

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

Return Value

Type: Boolean
true if there are more rows; otherwise false.
Remarks
The default position of the Mapper after Requery(RequeryHints) is before the first record. Therefore, you must call MoveNext (or MoveFirst) to begin accessing any data.
See Also