| FilterCollectionAdd Method |
| Name | Description | |
|---|---|---|
|
|
Add(Object) | (Inherited from BaseCollectionT.) |
|
|
Add(Filter) |
Adds a filter to the collection.
|
|
|
Add(ItemCollectionSubquery) |
Adds an item collection sub query filter with the And logical operator.
|
|
|
Add(Filter, LogicalOperator) |
Adds a filter to the collection with a specified logical operator
|
|
|
Add(FilterCollection, LogicalOperator) |
Adds a collection of filters with a specified logical operator.
|
|
|
Add(ItemCollectionSubquery, LogicalOperator) |
Adds an item collection sub query filter with the specified logical operator.
|