FilterParameterCollection::RemoveAt Method

Removes the filter parameter at the specified index in the collection.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32
The position of the SqlParameter object that should be removed from the FilterParameterCollection.

ExceptionCondition
ArgumentOutOfRangeException

index is less than zero or greater than or equal to the number of parameters in this FilterParameterCollection object.

Show: