Click or drag to resize

MapperExtensionKernelFieldAnomaly Method

Fired when a field anomaly has been detected. Detailed anomaly information is provided in the FieldAnomalyArgs parameter (which includes the FieldAnomaly) .

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void FieldAnomaly(
	IField sender,
	FieldAnomalyArgs e
)

Parameters

sender
Type: NetQuarry.DataIField
The field for which the anomaly was detected.
e
Type: NetQuarry.DataFieldAnomalyArgs
Event arguments identifying the anomalous condition.
See Also