OdbcParameterCollection.RemoveAt Method

Definition

Removes the OdbcParameter object from the OdbcParameterCollection at the specified index.

Overloads

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.

RemoveAt(Int32)

Source:
OdbcParameterCollectionHelper.cs
Source:
OdbcParameterCollectionHelper.cs
Source:
OdbcParameterCollectionHelper.cs

Removes the OdbcParameter from the OdbcParameterCollection at the specified index.

C#
public override void RemoveAt(int index);
C#
public void RemoveAt(int index);

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)

RemoveAt(String)

Source:
OdbcParameterCollectionHelper.cs
Source:
OdbcParameterCollectionHelper.cs
Source:
OdbcParameterCollectionHelper.cs

Removes the OdbcParameter from the OdbcParameterCollection with the specified parameter name.

C#
public override void RemoveAt(string parameterName);
C#
public void RemoveAt(string parameterName);

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)