|
Class Summary |
| AbstractTableFilter |
This class provides a skeletal implementation of the ITableFilter
interface to minimize the effort required to implement a filter. |
| DefaultColumnFilter |
Implementation of the IColumnFilter interface that exposes columns matching
include patterns and not matching exclude patterns. |
| DefaultTableFilter |
This filter exposes only tables matching include patterns and not matching
exclude patterns. |
| ExcludeTableFilter |
This filter hides specified tables from the filtered dataset. |
| IncludeTableFilter |
This filter exposes only allowed tables from the filtered dataset. |
| SequenceTableFilter |
This filter expose a specified table sequence and can be used to reorder
tables in a dataset. |
| SequenceTableIterator |
|