Android.Database.MatrixCursor.NewRow Method
Adds a new row to the end and returns a builder for that row.

Syntax

[Android.Runtime.Register("newRow", "()Landroid/database/MatrixCursor$RowBuilder;", "GetNewRowHandler")]
public virtual MatrixCursor.RowBuilder NewRow ()

Returns

Documentation for this section has not yet been entered.

Remarks

Adds a new row to the end and returns a builder for that row. Not safe for concurrent use.

[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