Android.Database.Sqlite.SQLiteStatement.ExecuteInsert Method
Execute this SQL statement and return the ID of the row inserted due to this call.

Syntax

[Android.Runtime.Register("executeInsert", "()J", "GetExecuteInsertHandler")]
public virtual long ExecuteInsert ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Database.SQLExceptionIf the SQL string is invalid for some reason

Remarks

Execute this SQL statement and return the ID of the row inserted due to this call. The SQL statement should be an INSERT for this to be a useful call.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1