OdbcParameterCollection.RemoveAt Método
Definição
Remove o objeto OdbcParameter do OdbcParameterCollection no índice especificado.Removes the OdbcParameter object from the OdbcParameterCollection at the specified index.
Sobrecargas
| RemoveAt(Int32) |
Remove o OdbcParameter do OdbcParameterCollection no índice especificado.Removes the OdbcParameter from the OdbcParameterCollection at the specified index. |
| RemoveAt(String) |
Remove o OdbcParameter do OdbcParameterCollection com o nome de parâmetro especificado.Removes the OdbcParameter from the OdbcParameterCollection with the specified parameter name. |
RemoveAt(Int32)
Remove o OdbcParameter do OdbcParameterCollection no índice especificado.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)
Parâmetros
- index
- Int32
O índice de base zero do objeto OdbcParameter a ser removido.The zero-based index of the OdbcParameter object to remove.
Implementações
Aplica-se a
RemoveAt(String)
Remove o OdbcParameter do OdbcParameterCollection com o nome de parâmetro especificado.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)
Parâmetros
- parameterName
- String
O nome do objeto OdbcParameter a ser removido.The name of the OdbcParameter object to remove.