DataProvider.Item[] Propiedad

Definición

Sobrecargas

Nombre Description
Item[Int32]

int indexer

Item[String]

indexador de cadena

Item[Int32]

int indexer

public object this[int idx] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(idx As Integer) As Object

Parámetros

idx
Int32

Valor de propiedad

Implementaciones

Se aplica a

Item[String]

indexador de cadena

public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

Parámetros

name
String

Valor de propiedad

Implementaciones

Se aplica a