EntityDataReader.GetValue(Int32) Metoda

Definicja

Pobiera wartość określonej kolumny jako wystąpienie klasy Object.

public:
 override System::Object ^ GetValue(int ordinal);
public override object GetValue (int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object

Parametry

ordinal
Int32

Porządkowa kolumna oparta na zera.

Zwraca

Wartość określonej kolumny.

Implementuje

Dotyczy

Zobacz też