FilterParameterCollection Class
A collection of parameters that are used when you filter the data that is selected from the server.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
The FilterParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a filter parameter to the end of the collection. |
![]() | AddRange | Adds an array of filter parameters to the end of the collection. |
![]() | Clear | Removes all filter parameters from the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveAt | Removes the filter parameter at the specified index in the collection. |
![]() | ToString | (Inherited from Object.) |
Show:
