Click or drag to resize
FilterCollectionAdd Method
Overload List
  Name Description
Public method Add(Object) (Inherited from BaseCollectionT.)
Public method Add(Filter)
Adds a filter to the collection.
Public method Add(ItemCollectionSubquery)
Adds an item collection sub query filter with the And logical operator.
Public method Add(Filter, LogicalOperator)
Adds a filter to the collection with a specified logical operator
Public method Add(FilterCollection, LogicalOperator)
Adds a collection of filters with a specified logical operator.
Public method Add(ItemCollectionSubquery, LogicalOperator)
Adds an item collection sub query filter with the specified logical operator.
Top
See Also