DbUpdatableDataRecord.GetRecordValue(Int32) Method

Definition

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

Parameters

ordinal
Int32

The ordinal of the field.

Returns

The field value.

Applies to