FilterParameterCollection Class

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

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

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

'Declaration
Public NotInheritable Class FilterParameterCollection _
	Implements IEnumerable
'Usage
Dim instance As FilterParameterCollection

The FilterParameterCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of filter parameters in the collection.
Public propertyItemGets or sets a filter parameter in the collection at the specified index.
Top

  NameDescription
Public methodAddAdds a filter parameter to the end of the collection.
Public methodAddRangeAdds an array of filter parameters to the end of the collection.
Public methodClearRemoves all filter parameters from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveAtRemoves the filter parameter at the specified index in the collection.
Public methodToString (Inherited from Object.)
Top

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