IRowId.GetBytes 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.
Returns an array of bytes representing the value of the SQL <code>ROWID</code> designated by this <code>java.
[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
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.