FilterParameterCollection::Add Method

Adds a filter parameter to the end of the collection.

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

public:
void Add(
	SqlParameter^ filterParameter
)

Parameters

filterParameter
Type: System.Data.SqlClient::SqlParameter
The SqlParameter object to add to the FilterParameterCollection.

ExceptionCondition
ArgumentNullException

filterParameters is a nullptr.

Show: