Click or drag to resize

MapperFiltersAddRowKeyFilter Method

Overload List
  NameDescription
Public methodAddRowKeyFilter(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.
Public methodAddRowKeyFilter(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.
Top
See Also