Share via


DbUpdatableDataRecord.GetByte(Int32) Method

Definition

Retrieves the field value as a byte.

public override byte GetByte (int i);
override this.GetByte : int -> byte
Public Overrides Function GetByte (i As Integer) As Byte

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as a byte.

Implements

Applies to