Android.Database.Sqlite.SQLiteStatement.ExecuteUpdateDelete Method
Execute this SQL statement, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.

Syntax

[Android.Runtime.Register("executeUpdateDelete", "()I", "GetExecuteUpdateDeleteHandler")]
public virtual int ExecuteUpdateDelete ()

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, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.

[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 11