Java.Sql.IRef.Object Property
Gets the SQL structured type instance referenced by this Ref.

Syntax

[get: Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "GetGetObjectHandler:Java.Sql.IRefInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setObject", "(Ljava/lang/Object;)V", "GetSetObject_Ljava_lang_Object_Handler:Java.Sql.IRefInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object Object { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif there is a database error.
Java.Sql.SQLExceptionif there is a database error.

Remarks

Get method documentation [Android Documentation]

Gets the SQL structured type instance referenced by this Ref.

Set method documentation [Android Documentation]

Sets the value of the structured type that this Ref references to a supplied object.

Requirements

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