Android.Database.Sqlite.SQLiteStatement.Execute Method
Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc.

Syntax

[Android.Runtime.Register("execute", "()V", "GetExecuteHandler")]
public virtual void Execute ()

Exceptions

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

Remarks

Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc.

[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