OdbcParameterCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the OdbcParameter object from the OdbcParameterCollection.
Overloads
Remove(OdbcParameter) |
Removes the OdbcParameter from the OdbcParameterCollection. |
Remove(Object) |
Removes the Object object from the OdbcParameterCollection. |
Remove(OdbcParameter)
- Source:
- OdbcParameterCollection.cs
- Source:
- OdbcParameterCollection.cs
- Source:
- OdbcParameterCollection.cs
- Source:
- OdbcParameterCollection.cs
- Source:
- OdbcParameterCollection.cs
Removes the OdbcParameter from the OdbcParameterCollection.
public:
void Remove(System::Data::Odbc::OdbcParameter ^ value);
public void Remove (System.Data.Odbc.OdbcParameter value);
override this.Remove : System.Data.Odbc.OdbcParameter -> unit
Public Sub Remove (value As OdbcParameter)
Parameters
- value
- OdbcParameter
A OdbcParameter object to remove from the collection.
Exceptions
The parameter is not a OdbcParameter.
The parameter does not exist in the collection.
See also
Applies to
Remove(Object)
Removes the Object object from the OdbcParameterCollection.
public:
override void Remove(System::Object ^ value);
public:
virtual void Remove(System::Object ^ value);
public override void Remove (object value);
public void Remove (object value);
override this.Remove : obj -> unit
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Overrides Sub Remove (value As Object)
Public Sub Remove (value As Object)
Parameters
- value
- Object
A Object to be removed from the OdbcParameterCollection.