Click or drag to resize

FilterCriteriaCollection Class

Represents a set of criteria to filter the results of a query on
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataFilterCriteriaCollection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class FilterCriteriaCollection

The FilterCriteriaCollection type exposes the following members.

Constructors
  NameDescription
Public methodFilterCriteriaCollection
Initializes a new instance of the FilterCriteriaCollection class
Top
Properties
  NameDescription
Public propertyCount
Counts the number of FilterCriteria contained into the collection
Public propertyItemInt32
Gets the FilterCriteria associated with the specified index
Public propertyItemString
Gets the FilterCriteria associated with the specified name
Top
Methods
  NameDescription
Public methodAdd
Adds a new FilterCriteria to the collection
Public methodClear
Removes all elements from the collection
Public methodContains
Determines whether or not a FilterCriteria identified by the given name exists into the collection
Public methodRemove
Removes the FilterCriteria identified by the given name from the collection
Top
See Also