IDbTransaction.IsolationLevel Properti

Definisi

IsolationLevel Menentukan untuk transaksi ini.

public:
 property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public ReadOnly Property IsolationLevel As IsolationLevel

Nilai Properti

IsolationLevel untuk transaksi ini. Defaultnya adalah ReadCommitted.

Keterangan

Transaksi paralel tidak didukung. Oleh karena itu IsolationLevel , berlaku untuk seluruh transaksi.

Berlaku untuk