Java.Sql.Connection.TransactionReadCommitted Field
No dirty reads are permitted, therefore transactions may not read a row containing uncommitted values - but does not prevent an application from non-repeatable reads and phantom reads.

Value: 2

Syntax

[Android.Runtime.Register("TRANSACTION_READ_COMMITTED")]
public const int TransactionReadCommitted

Remarks

No dirty reads are permitted, therefore transactions may not read a row containing uncommitted values - but does not prevent an application from non-repeatable reads and phantom reads.

[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