Click or drag to resize

IMapperMoveTo Method (String)

Move to the row corresponding to the specified RowKey.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool MoveTo(
	string rowKey
)

Parameters

rowKey
Type: SystemString
The RowKey of the record to which to move.

Return Value

Type: Boolean
True if movement succeeded, else false.
See Also