Share via


DbUpdatableDataRecord.GetBoolean(Int32) Method

Definition

Retrieves the field value as a Boolean.

public override bool GetBoolean (int i);
override this.GetBoolean : int -> bool
Public Overrides Function GetBoolean (i As Integer) As Boolean

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as a Boolean.

Implements

Applies to