Java.Sql.IPreparedStatement.ExecuteUpdate Method
Invokes the SQL command contained within the prepared statement.

Syntax

[Android.Runtime.Register("executeUpdate", "()I", "GetExecuteUpdateHandler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int ExecuteUpdate ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens or if the SQL statement returns a ResultSet.

Remarks

Invokes the SQL command contained within the prepared statement. This must be INSERT, UPDATE, DELETE, or a command that returns nothing.

[Android Documentation]

Requirements

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