IResultSet.DeleteRow Method

Definition

Deletes the current row from this ResultSet object and from the underlying database.

[Android.Runtime.Register("deleteRow", "()V", "GetDeleteRowHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void DeleteRow ();
[<Android.Runtime.Register("deleteRow", "()V", "GetDeleteRowHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member DeleteRow : unit -> unit
Attributes

Exceptions

if a database error happens.

Remarks

Deletes the current row from this ResultSet object and from the underlying database. This method cannot be called when the cursor is on the insert row.

Added in 1.2.

Java documentation for java.sql.ResultSet.deleteRow().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to