DbUpdatableDataRecord.GetChar(Int32) Method

Definition

Retrieves the field value as a char.

public override char GetChar (int i);
override this.GetChar : int -> char
Public Overrides Function GetChar (i As Integer) As Char

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as a char.

Implements

Applies to