DbUpdatableDataRecord.GetValue(Int32) Method

Definition

Retrieves the value of a field.

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

Parameters

i
Int32

The ordinal of the field.

Returns

The field value.

Implements

Applies to