Java.Sql.Statement.CloseAllResults Field
Passing this constant to Statement.getMoreResults() implies that all ResultSet objects previously kept open should be closed.

Value: 3

Syntax

[Android.Runtime.Register("CLOSE_ALL_RESULTS")]
public const int CloseAllResults

Remarks

Passing this constant to Statement.getMoreResults() implies that all ResultSet objects previously kept open 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