MapperKernelPreRequery Method |
Called immediately before OpenOperationalData() to allow a derived type to perform
pre-requery handling. The MapperKernel::PreRequery() has an empty implementation.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual bool PreRequery()
Protected Overridable Function PreRequery As Boolean
Return Value
Type:
BooleanTrue if OpenOperationalData() should be called, else False.
See Also