Click or drag to resize

MapperFiltersAddRowKeyFilter Method (String, String, String)

Creates a new RowKey MapperFilter and adds it to the collection. 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(
	string clause,
	string rowKey,
	string shortDesc = null
)

Parameters

clause
Type: SystemString
The filter clause.
rowKey
Type: SystemString
The RowKey value.
shortDesc (Optional)
Type: SystemString
An optional short description of the filter.

Return Value

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