Name | Description | |
---|---|---|
Count | Gets the number of filter expressions contained in the collection. | |
IsReadOnly | Gets a value indicating if the collection is read-only. | |
Item | Gets or sets the filter expression at the specified index. |
The following tables list the members exposed by FilterExpressionCollection.
Name | Description | |
---|---|---|
Count | Gets the number of filter expressions contained in the collection. | |
IsReadOnly | Gets a value indicating if the collection is read-only. | |
Item | Gets or sets the filter expression at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a filter expression to the end of the collection. | |
Clear | Removes all filter expressions from the collection. | |
Contains | Determines whether the specified filter expression is in the collection. | |
CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index in the destination array. | |
GetEnumerator | Retrieves an enumerator that iterates through the collection. | |
IndexOf | Retrieves the index of the first occurrence of specified filter expression. | |
Insert | Inserts a filter expression into the collection at the specified index. | |
Remove | Removes the specified filter expression from the collection. | |
RemoveAt | Removes the filter expression at the specified index from the collection. |