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)

public:
void AddRange(
	array<SqlParameter^>^ filterParameters
)

Parameters

filterParameters
Type: array<System.Data.SqlClient::SqlParameter>
An array of SqlParameter objects to add to the FilterParameterCollection.
Show: