IRowId.GetBytes Method

Definition

Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.

[Android.Runtime.Register("getBytes", "()[B", "GetGetBytesHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public byte[]? GetBytes ();
[<Android.Runtime.Register("getBytes", "()[B", "GetGetBytesHandler:Java.Sql.IRowIdInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetBytes : unit -> byte[]

Returns

Byte[]

an array of bytes, whose length is determined by the driver supplying the connection, representing the value of the ROWID designated by this java.sql.RowId object.

Attributes

Remarks

Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.

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

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