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

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

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

Aplica-se a

Confira também