Click or drag to resize

TypedMapperExtensionTMapperQueryError Method

Fired when the mapper has just requeried and there has been an error. You must return HandledByExt and set the desired error message in the event arguments.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void MapperQueryError(
	T sender,
	EAPQueryErrorEventArgs e
)

Parameters

sender
Type: T
The attached typed mapper.
e
Type: NetQuarryEAPQueryErrorEventArgs
The error event arguments.
See Also