Java.Sql.Statement.CloseCurrentResult Field
Passing this constant to Statement.getMoreResults() implies that the current ResultSet object should be closed.

Value: 1

Syntax

[Android.Runtime.Register("CLOSE_CURRENT_RESULT")]
public const int CloseCurrentResult

Remarks

Passing this constant to Statement.getMoreResults() implies that the current ResultSet object should be closed.

[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