Share via


DbUpdatableDataRecord.GetInt64(Int32) Method

Definition

Retrieves the field value as an Int64.

public override long GetInt64 (int i);
override this.GetInt64 : int -> int64
Public Overrides Function GetInt64 (i As Integer) As Long

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as an Int64.

Implements

Applies to