DbUpdatableDataRecord.GetValue(Int32) Metoda

Definicja

Pobiera wartość pola.

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

Liczba porządkowa pola.

Zwraca

Wartość pola.

Implementuje

Dotyczy