Android.Database.CursorWindow.GetLong Method
Gets the value of the field at the specified row and column index as a long.

Syntax

[Android.Runtime.Register("getLong", "(II)J", "GetGetLong_IIHandler")]
public virtual long GetLong (int row, int col)

Parameters

row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the value of the field at the specified row and column index as a long.

The result is determined as follows:

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1