ICursorFilters Interface |
Namespace: Vovin.CmcLibNet.Database
The ICursorFilters 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.
| |
| GetEnumerator |
Enable enumeration.
| |
| GetFilter |
Returns filter from collection.
| |
| GetFilterByClauseNumber |
Get filter from collection based on clause number.
| |
| 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 |
Summarizes filters set so far. Useful for COM Interop clients.
| |
| ValidateFilter |
Checks if filter will work.
|