Java.Sql.IStatement.Connection Property
Gets the Connection object which created this statement.

Syntax

[get: Android.Runtime.Register("getConnection", "()Ljava/sql/Connection;", "GetGetConnectionHandler:Java.Sql.IStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IConnection Connection { 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 Connection object which created 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