TypedMapperRequery Method (MapperFilter) |
Sets the supplied filter and Requeries the underlying mapper and position to the first record.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Requery(
MapperFilter filter
)
Public Sub Requery (
filter As MapperFilter
)
Parameters
- filter
- Type: NetQuarry.DataMapperFilter
The filter to use to reposition the mapper
See Also