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!

SQLParameters.RemoveAt (String)

Removes the SQLParameter 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 to retrieve.

Exceptions

Exception Type Condition
ParametersIndex The specified value does not exist.

See Also

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.RemoveAt Overload List