Click or drag to resize

CursorFilters Methods

The CursorFilters type exposes the following members.

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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Enable enumeration.
Public methodGetFilter
Returns filter from collection.
Public methodGetFilterByClauseNumber
Get filter from collection based on clause number.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodValidateFilter(ICursorFilter)
Checks if filter will work.
Public methodStatic memberValidateFilter(String, ICursorFilter)
Checks if filter will work.
Top
See Also