Click or drag to resize

MapperExtensionKernelRowExecSQL Method

Fired when the mapper is just about to execute a single SQL statement that is row-specific (e.g. executing an INSERT, UPDATE or DELETE statement).

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

Parameters

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