Click or drag to resize

MapperDatasheetOpenOperationalData Method

Wrap the MapperKernel::OpenOperationalData so we can do some Datasheet-specific pre- and post-query processing. The query can be invoked in several ways, directly from the datasheet in FillTable(), or from MapperKernel::Requery and this provides a single entry point for all cases. Note that we let the base class do the actual query.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool OpenOperationalData()

Return Value

Type: Boolean
Whether or not the query changed, as returned by the base class.
See Also