MapperUtilsDeleteRecord Method |
Delete a record by cloning the provided mapper filtered on the specified RowKey and deleting.
Since a clone is used the original mapper is not affected.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void DeleteRecord(
IMapper map,
string rk
)
Public Shared Sub DeleteRecord (
map As IMapper,
rk As String
)
Parameters
- map
- Type: NetQuarry.DataIMapper
The mapper to clone. - rk
- Type: SystemString
The RowKey of the record to delete.
See Also