Share via


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
Public property Count Gets the number of filter parameters in the collection.
Public property Item Gets or sets a filter parameter in the collection at the specified index.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Adds a filter parameter to the end of the collection.
Public method AddRange Adds an array of filter parameters to the end of the collection.
Public method Clear Removes all filter parameters from the collection.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Bb686955.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method RemoveAt Removes the filter parameter at the specified index in the collection.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

FilterParameterCollection Class
Microsoft.Synchronization.Data.Server Namespace