Click or drag to resize

ICursorFiltersCreate Method

Create new filter and add it to the collection.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
Object Create(
	int clauseNumber,
	FilterType filterType
)

Parameters

clauseNumber
Type: SystemInt32
Order of the filter, should be between 1-8.
filterType
Type: Vovin.CmcLibNet.DatabaseFilterType
The type of filter to create.

Return Value

Type: Object
Derived BaseFilter corresponding to either of ICursorFilterTypeF, ICursorFilterTypeCTI, ICursorFilterTypeCTCF, ICursorFilterTypeCTCTI.
See Also