FilterParameterCollection Members
A collection of parameters that are used when you filter the data that is selected from the server.
The following tables list the members exposed by the FilterParameterCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of filter parameters in the collection. | |
Item | Gets or sets a filter parameter in the collection at the specified index. |
Top
Public Methods
(see also Protected Methods )
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 | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
RemoveAt | Removes the filter parameter at the specified index in the collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
FilterParameterCollection Class
Microsoft.Synchronization.Data.Server Namespace