Java.Sql.IArray.ResultSet Property
Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this array.

Syntax

[get: Android.Runtime.Register("getResultSet", "()Ljava/sql/ResultSet;", "GetGetResultSetHandler:Java.Sql.IArrayInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IResultSet ResultSet { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns a ResultSet object which holds the entries of the SQL ARRAY associated with this array.

[Android Documentation]

Requirements

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