OdbcParameterCollection.Remove Method
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.
Remove(OdbcParameter) |
Removes the OdbcParameter from the OdbcParameterCollection. |
Remove(Object) |
Removes the Object object from the OdbcParameterCollection. |
- 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
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
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.
Implements
See also
Applies to
.NET 10 (package-provided) i druge verzije
Proizvod | Verzije |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: