IConnection.TransactionReadUncommitted Field

Definition

A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.

[Android.Runtime.Register("TRANSACTION_READ_UNCOMMITTED")]
public const int TransactionReadUncommitted = 1;
[<Android.Runtime.Register("TRANSACTION_READ_UNCOMMITTED")>]
val mutable TransactionReadUncommitted : int

Field Value

Int32
Attributes

Remarks

Java documentation for java.sql.Connection.TRANSACTION_READ_UNCOMMITTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to