Android.Database.CursorWindow.PutLong Method
Puts a long integer into the field at the specified row and column index.

Syntax

[Android.Runtime.Register("putLong", "(JII)Z", "GetPutLong_JIIHandler")]
public virtual bool PutLong (long value, int row, int col)

Parameters

value
The value to store.
row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

Puts a long integer into the field at the specified row and column index.

[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