MapperKernelDelete Method |
Delete the current record.
Note that, following the delete and all associated mapper events, the mapper will perform a
MoveNext to position
to the next record in the filter. Because of this, when deleting multiple records you should
not perform a
MoveNext
except on those rows you do not intend to delete.
See also
DeleteAll to delete all records in the filter.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax See Also