Share via


MatrixCursor.NewRow Method

Definition

Adds a new row to the end and returns a builder for that row.

[Android.Runtime.Register("newRow", "()Landroid/database/MatrixCursor$RowBuilder;", "GetNewRowHandler")]
public virtual Android.Database.MatrixCursor.RowBuilder? NewRow ();
[<Android.Runtime.Register("newRow", "()Landroid/database/MatrixCursor$RowBuilder;", "GetNewRowHandler")>]
abstract member NewRow : unit -> Android.Database.MatrixCursor.RowBuilder
override this.NewRow : unit -> Android.Database.MatrixCursor.RowBuilder

Returns

builder which can be used to set the column values for the new row

Attributes

Remarks

Java documentation for android.database.MatrixCursor.newRow().

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