Overload List
| Name | Description | |
|---|---|---|
| AddNewFilter(DataColumn) |
Creates a filter and adds it to this FilterCollection. This method will
make an effort to create a suitable filter for the column
based on number of unique values and the column data type.
| |
| AddNewFilter(TypeIdentifier, DataColumn) |
Creates a filter and adds it to this FilterCollection. The filter type corresponds to the supplied filter identifier.
|
See Also