CursorFilters Methods |
The CursorFilters type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add a filter to the filter collection.
| |
| Apply |
Apply filters and return number of affected items.
| |
| Clear |
Clear all filters from collection.
The underlying cursor will be updated, there is no need to call Apply.
| |
| Create |
Create new filter and add it to the collection.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Enable enumeration.
| |
| GetFilter |
Returns filter from collection.
| |
| GetFilterByClauseNumber |
Get filter from collection based on clause number.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveFilter |
Remove specified filter from collection.
The underlying cursor will be updated, there is no need to call Apply.
| |
| RemoveFilterByClauseNumber |
Remove filter from collection by clause number, if present.
The underlying cursor is also updated, there is no need to call Apply.
| |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
| ValidateFilter(ICursorFilter) |
Checks if filter will work.
| |
| ValidateFilter(String, ICursorFilter) |
Checks if filter will work.
|