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
)
Function MoveTo (
rowKey As String
) As Boolean
Parameters
- rowKey
- Type: SystemString
The RowKey of the record to which to move.
Return Value
Type:
BooleanTrue if movement succeeded, else false.
See Also