FilterParameterCollection.AddRange Method
Adds an array of filter parameters to the end of the collection.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Sub AddRange ( _
filterParameters As SqlParameter() _
)
public void AddRange (
SqlParameter[] filterParameters
)
public:
void AddRange (
array<SqlParameter^>^ filterParameters
)
public void AddRange (
SqlParameter[] filterParameters
)
public function AddRange (
filterParameters : SqlParameter[]
)
Parameters
- filterParameters
An array of SqlParameter objects to add to the FilterParameterCollection.
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
FilterParameterCollection Class
FilterParameterCollection Members
Microsoft.Synchronization.Data.Server Namespace