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
Bb686955.pubproperty(en-US,SQL.90).gif Count Gets the number of filter parameters in the collection.
Bb686955.pubproperty(en-US,SQL.90).gif Item Gets or sets a filter parameter in the collection at the specified index.

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
Bb686955.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686955.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

FilterParameterCollection Class
Microsoft.Synchronization.Data.Server Namespace