Click or drag to resize

IMapperRequery Method

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

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

Parameters

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