Java.Sql.Connection.TransactionReadUncommitted Field
In the case that reading uncommitted values is allowed, the following incidents may happen which may lead to an invalid results:

Value: 1

Syntax

[Android.Runtime.Register("TRANSACTION_READ_UNCOMMITTED")]
public const int TransactionReadUncommitted

Remarks

In the case that reading uncommitted values is allowed, the following incidents may happen which may lead to an invalid results:

  • dirty reads
  • non-repeatable reads
  • 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