MapperKernelUpdate Method |
Update the current record. Called by IMapper.Save when mapper is positioned on an existing row.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool Update(
MapperSaveOptions options
)
Protected Function Update (
options As MapperSaveOptions
) As Boolean
Parameters
- options
- Type: NetQuarry.DataMapperSaveOptions
Options overriding standard Save behaviour.
Return Value
Type:
BooleanTrue if successfully updated, else false.
See Also