FilterParameterCollection::RemoveAt Method
Removes the filter parameter at the specified index in the collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- index
- Type: System::Int32
The position of the SqlParameter object that should be removed from the FilterParameterCollection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to the number of parameters in this FilterParameterCollection object. |
Show: