Click or drag to resize

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
)

Parameters

options
Type: NetQuarry.DataMapperSaveOptions
Options overriding standard Save behaviour.

Return Value

Type: Boolean
True if successfully updated, else false.
See Also