| Interface | Description |
|---|---|
| IColumnFilter |
A filter for database columns.
|
| IRowFilter |
Interface to filter out rows by checking specific column values provided by the
IRowValueProvider. |
| ITableFilter |
Represents a strategy used by
FilteredDataSet to
exposes only some tables from a dataset. |
| ITableFilterSimple |
A filter for table names.
|
| Class | Description |
|---|---|
| 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 |
Copyright © 2002-2017. All Rights Reserved.