The FilterCollection type exposes the following members.
Methods
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.
|
![]() |
AutoConfigure |
If this collection is empty, then the flag AutoCreateFilters is set
to true and filters are created for each column in the DataTableReference.
|
![]() |
Clear |
Removes all items from this collection.
|
![]() |
Contains(String) |
Determines whether a named element is in this collection.
|
![]() |
Contains(T) |
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
Contains(DataColumn) |
Determines whether a DataColumn has a filter representation in this collection.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Searches for the specified value and returns the zero-based index
of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
Remove |
Removes the specified item.
|
![]() |
ResetAllFilters |
Resets all filters.
|
![]() |
ToArray |
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.) |
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also