Click or drag to resize

TypedMapperExtensionTMapperExecSQL 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(
	T sender,
	ExecSQLArgs e
)

Parameters

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