Click or drag to resize

MapperFilters.AddRowKeyFilter Method (IMapper, String)

Creates a new RowKey MapperFilter and adds it to the collection. The filter is built by calling the provided mapper's RowKeyFilter(String) and passing the mapper's RowKey. See CreateRowKeyFilter(String, String, String) for more details on a RowKey filter.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MapperFilter AddRowKeyFilter(
	IMapper mapper,
	string shortDesc = null
)

Parameters

mapper
Type: NetQuarry.Data.IMapper
The mapper for which to build the RowKey filter.
shortDesc (Optional)
Type: System.String
An optional short description of the filter.

Return Value

Type: MapperFilter
The newly created and added filter.
See Also