IRowId.ToString Method

Definition

Returns a String representing the value of the SQL ROWID designated by this <code>java.

[Android.Runtime.Register("toString", "()Ljava/lang/String;", "GetToStringHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? ToString ();
[<Android.Runtime.Register("toString", "()Ljava/lang/String;", "GetToStringHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member ToString : unit -> string

Returns

String

a String whose format is determined by the driver supplying the connection, representing the value of the <code>ROWID</code> designated by this <code>java.sql.RowId</code> object.

Attributes

Remarks

Java documentation for java.sql.RowId.toString().

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