CursorWindow.GetLong(Int32, Int32) Method

Definition

Gets the value of the field at the specified row and column index as a <code>long</code>.

[Android.Runtime.Register("getLong", "(II)J", "GetGetLong_IIHandler")]
public virtual long GetLong (int row, int column);
[<Android.Runtime.Register("getLong", "(II)J", "GetGetLong_IIHandler")>]
abstract member GetLong : int * int -> int64
override this.GetLong : int * int -> int64

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

Int64

The value of the field as a <code>long</code>.

Attributes

Remarks

Java documentation for android.database.CursorWindow.getLong(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to