DbParameterCollection.IDataParameterCollection.Item[String] Propriedade

Definição

Obtém ou define o parâmetro no índice especificado.

property System::Object ^ System::Data::IDataParameterCollection::Item[System::String ^] { System::Object ^ get(System::String ^ parameterName); void set(System::String ^ parameterName, System::Object ^ value); };
object System.Data.IDataParameterCollection.Item[string parameterName] { get; set; }
member this.System.Data.IDataParameterCollection.Item(string) : obj with get, set
 Property Item(parameterName As String) As Object Implements IDataParameterCollection.Item

Parâmetros

parameterName
String

O nome do parâmetro a ser recuperado.

Valor da propriedade

Um Object no índice especificado.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DbParameterCollection é convertida em uma interface de IDataParameterCollection.

Para obter mais informações, consulte Item[].

Aplica-se a

Confira também