Click or drag to resize

MapperExtensionKernelRowValidate Method

This event is fired by WizSimpleImport (and possibly other import mechanisms) during its validate-only phase each time the import mapper has been populated with all data from the current import record and all built-in validation has been performed. RowValidateArgs are provided in the Event Args.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void RowValidate(
	IMapper sender,
	RowValidateArgs e
)

Parameters

sender
Type: NetQuarry.DataIMapper
The event's sender.
e
Type: NetQuarryRowValidateArgs
Event arguments.
See Also