Click or drag to resize

ICursorFiltersRemoveFilter Method

Remove specified filter from collection. The underlying cursor will be updated, there is no need to call Apply.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool RemoveFilter(
	BaseCursorFilter cf
)

Parameters

cf
Type: Vovin.CmcLibNet.DatabaseBaseCursorFilter
Filter to remove.

Return Value

Type: Boolean
true on success, false on error.
See Also