MatrixCursor.NewRow 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.
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.