Click or drag to resize

MapperKernelRequery Method

Opens the operational data reader, or fills the internal DataTable, for the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Requery(
	RequeryHints hints
)

Parameters

hints
Type: NetQuarry.DataRequeryHints
Hints to the mapper on how to handle the requery.

Implements

IMapperRequery(RequeryHints)
See Also