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 (String)

Removes the ADOParameter from the collection given the parameter name.

[Visual Basic]
Overloads Public Sub RemoveAt( _
   ByVal value As String _
)
[C#]
public void RemoveAt(
   string value
);
[C++]
public: void RemoveAt(
   String* value
);
[JScript]
public function RemoveAt(
   value : String
);

Parameters

value
The name of the parameter.

Exceptions

Exception Type Condition
ParametersIndex A parameter does not exist with the specified name.

See Also

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