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
)
Public Overridable Sub MapperBuildFilter (
sender As T,
e As MapperBuildFilterArgs
)
Parameters
- sender
- Type: T
The mapper. - e
- Type: NetQuarry.DataMapperBuildFilterArgs
The event arguments.
See Also