Click or drag to resize

MapperExtensionKernelMapperExecSQL Method

Fired when the mapper is about to execute a SQL statement. The SQL to be executed is contained in the ExecSQLArgs parameter. Any change made to the SQL in that parameter cause the altered SQL to be used instead of the mapper-generated SQL.

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

Parameters

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