CursorWindow.AllocRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.