Java.Sql.ISQLOutput.WriteRowId Method
Write a RowId into the output stream as an SQL ROWID.

Syntax

[Android.Runtime.Register("writeRowId", "(Ljava/sql/RowId;)V", "GetWriteRowId_Ljava_sql_RowId_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteRowId (IRowId p0)

Parameters

theRowId
the java.sql.RowId object to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write a RowId into the output stream as an SQL ROWID.

[Android Documentation]

Requirements

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