OdbcParameterCollection.RemoveAt 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 at the specified index.
RemoveAt(Int32) |
Removes the OdbcParameter from the OdbcParameterCollection at the specified index. |
RemoveAt(String) |
Removes the OdbcParameter from the OdbcParameterCollection with the specified parameter name. |
Removes the OdbcParameter from the OdbcParameterCollection at the specified index.
public:
override void RemoveAt(int index);
public:
virtual void RemoveAt(int index);
public override void RemoveAt(int index);
public void RemoveAt(int index);
override this.RemoveAt : int -> unit
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)
Public Sub RemoveAt (index As Integer)
Parameters
- index
- Int32
The zero-based index of the OdbcParameter object to remove.
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) |
Removes the OdbcParameter from the OdbcParameterCollection with the specified parameter name.
public:
override void RemoveAt(System::String ^ parameterName);
public:
virtual void RemoveAt(System::String ^ parameterName);
public override void RemoveAt(string parameterName);
public void RemoveAt(string parameterName);
override this.RemoveAt : string -> unit
abstract member RemoveAt : string -> unit
override this.RemoveAt : string -> unit
Public Overrides Sub RemoveAt (parameterName As String)
Public Sub RemoveAt (parameterName As String)
Parameters
- parameterName
- String
The name of the OdbcParameter object to remove.
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) |
.NET povratne informacije
.NET je projekat otvorenog koda. Odaberite vezu za pružanje povratnih informacija: