IResultSet.UpdateRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the underlying database with the new contents of the
current row of this ResultSet
object.
[Android.Runtime.Register("updateRow", "()V", "GetUpdateRowHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UpdateRow ();
[<Android.Runtime.Register("updateRow", "()V", "GetUpdateRowHandler:Java.Sql.IResultSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member UpdateRow : unit -> unit
- Attributes
Exceptions
if a database error happens.
Remarks
Updates the underlying database with the new contents of the current row of this ResultSet
object. This method cannot be called when the cursor is on the insert row.
Added in 1.2.
Java documentation for java.sql.ResultSet.updateRow()
.
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.