FilterParameterCollection::Add Method
Adds a filter parameter to the end of the collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- filterParameter
- Type: System.Data.SqlClient::SqlParameter
The SqlParameter object to add to the FilterParameterCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | filterParameters is a nullptr. |
Show: