Click or drag to resize

MapperKernelMoveTo Method (String)

Move to the row corresponding to the specified RowKey.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public 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.

Implements

IMapperMoveTo(String)
See Also