Click or drag to resize

ICursorFilters Interface

Exposes members of the CursorFilters class. For code examples see CursorFilters.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface ICursorFilters

The ICursorFilters type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets number of filters.
Top
Methods
  NameDescription
Public methodAdd
Add a filter to the filter collection.
Public methodApply
Apply filters and return number of affected items.
Public methodClear
Clear all filters from collection. The underlying cursor will be updated, there is no need to call Apply.
Public methodCreate
Create new filter and add it to the collection.
Public methodGetEnumerator
Enable enumeration.
Public methodGetFilter
Returns filter from collection.
Public methodGetFilterByClauseNumber
Get filter from collection based on clause number.
Public methodRemoveFilter
Remove specified filter from collection. The underlying cursor will be updated, there is no need to call Apply.
Public methodRemoveFilterByClauseNumber
Remove filter from collection by clause number, if present. The underlying cursor is also updated, there is no need to call Apply.
Public methodToString
Summarizes filters set so far. Useful for COM Interop clients.
Public methodValidateFilter
Checks if filter will work.
Top
See Also