CursorWindow.AllocRow Method

Definition

Allocates a new row at the end of this cursor window.

[Android.Runtime.Register("allocRow", "()Z", "GetAllocRowHandler")]
public virtual bool AllocRow ();
[<Android.Runtime.Register("allocRow", "()Z", "GetAllocRowHandler")>]
abstract member AllocRow : unit -> bool
override this.AllocRow : unit -> bool

Returns

True if successful, false if the cursor window is out of memory.

Attributes

Remarks

Allocates a new row at the end of this cursor window.

Java documentation for android.database.CursorWindow.allocRow().

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