DbUpdatableDataRecord.Item[] Właściwość

Definicja

Pobiera wartość pola.

Przeciążenia

Item[Int32]

Zwraca wartość z podaną porządkową wartością pola.

Item[String]

Pobiera wartość o podanej nazwie pola.

Item[Int32]

Zwraca wartość z podaną porządkową wartością pola.

public:
 virtual property System::Object ^ default[int] { System::Object ^ get(int ordinal); };
public override object this[int ordinal] { get; }
member this.Item(int) : obj
Default Public Overrides ReadOnly Property Item(ordinal As Integer) As Object

Parametry

ordinal
Int32

Liczba porządkowa pola.

Wartość właściwości

Wartość z podaną porządkową wartością pola.

Implementuje

Dotyczy

Item[String]

Pobiera wartość o podanej nazwie pola.

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public override object this[string name] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(name As String) As Object

Parametry

name
String

Nazwa pola.

Wartość właściwości

Wartość pola.

Implementuje

Dotyczy