DbUpdatableDataRecord.GetRecordValue(Int32) Methode
Definition
Ruft den Wert eines Felds ab.Retrieves the value of a field.
protected:
abstract System::Object ^ GetRecordValue(int ordinal);
protected abstract object GetRecordValue (int ordinal);
abstract member GetRecordValue : int -> obj
Protected MustOverride Function GetRecordValue (ordinal As Integer) As Object
Parameter
- ordinal
- Int32
Die Ordinalzahl des Felds.The ordinal of the field.
Gibt zurück
Der Feldwert.The field value.