NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOParameters.RemoveAt (Int32)

Removes the ADOParameter from the collection given the specific index.

[Visual Basic]
Overloads Overridable Public Sub RemoveAt( _
   ByVal index As Integer _
)
[C#]
public virtual void RemoveAt(
   int index
);
[C++]
public: virtual void RemoveAt(
   int index
);
[JScript]
public function RemoveAt(
   index : int
);

Parameters

index
The zero-based index of the parameter.

Exceptions

Exception Type Condition
ParametersMappingIndex The index specified does not exist.

Remarks

Notes to Inheritors: When overriding RemoveAt in a derived class, be sure to call the base class's RemoveAt method.

See Also

ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace | ADOParameters.RemoveAt Overload List