Removes the SQLParameter from the collection given the value.
[Visual Basic] Public Sub Remove( _ ByVal value As Object _ ) [C#] public void Remove( object value ); [C++] public: void Remove( Object* value ); [JScript] public function Remove( value : Object );
Exception Type | Condition |
---|---|
NotAnAdapterParameter | The parameter is not a SQLParameter. |
ObjectNotInCollectionToRemove | The parameter does not exist. |
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace