Click or drag to resize

MapperKernelRowRequery Method

Requeries the current row following a save in order to pick up any trigger or calculated column changes.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool RowRequery(
	MapperSaveOptions saveOptions
)

Parameters

saveOptions
Type: NetQuarry.DataMapperSaveOptions
Save options.

Return Value

Type: Boolean
False at this time. In the future the method may be modified to return a meaningful value.
See Also