Click or drag to resize

TypedMapperExtensionTMapperBuildFilter Method

Fired when the mapper is building a filter. During this event any changes to the filter criteria, table, and/or 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(
	T sender,
	MapperBuildFilterArgs e
)

Parameters

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