FilterParameterCollection Class

A collection of parameters that are used when you filter the data that is selected from the server.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.Server.FilterParameterCollection

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

Syntax

'Declaration
Public NotInheritable Class FilterParameterCollection _
    Implements IEnumerable
'Usage
Dim instance As FilterParameterCollection
public sealed class FilterParameterCollection : IEnumerable
public ref class FilterParameterCollection sealed : IEnumerable
[<SealedAttribute>]
type FilterParameterCollection =  
    class
        interface IEnumerable
    end
public final class FilterParameterCollection implements IEnumerable

The FilterParameterCollection type exposes the following members.

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

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 (Inherited from Object.)
Protected method Finalize (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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveAt Removes the filter parameter at the specified index in the collection.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data.Server Namespace