Java.Sql.IStatement.ResultSetConcurrency Property
Gets the concurrency setting for ResultSet objects generated by this statement.

Syntax

[get: Android.Runtime.Register("getResultSetConcurrency", "()I", "GetGetResultSetConcurrencyHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int ResultSetConcurrency { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the database.

Remarks

Gets the concurrency setting for ResultSet objects generated by this statement.

[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