MapperFiltersAddRowKeyFilter Method (IMapper, String) |
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
)
Public Function AddRowKeyFilter (
mapper As IMapper,
Optional shortDesc As String = Nothing
) As MapperFilter
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper for which to build the RowKey filter. - shortDesc (Optional)
- Type: SystemString
An optional short description of the filter.
Return Value
Type:
MapperFilterThe newly created and added filter.
See Also