Click or drag to resize

MapperExtensionKernelMapperBuildFilter Method

Fired when the mapper is building a filter. During this event any changes to the filter criteria, table, columns are detected and used for the actual filter.

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

Parameters

sender
Type: NetQuarry.DataIMapper
The mapper.
e
Type: NetQuarry.DataMapperBuildFilterArgs
The event arguments.
See Also