ServiceConfig.IsolationLevel Property

Definition

Gets or sets the isolation level of the transaction.

public:
 property System::EnterpriseServices::TransactionIsolationLevel IsolationLevel { System::EnterpriseServices::TransactionIsolationLevel get(); void set(System::EnterpriseServices::TransactionIsolationLevel value); };
public System.EnterpriseServices.TransactionIsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.EnterpriseServices.TransactionIsolationLevel with get, set
Public Property IsolationLevel As TransactionIsolationLevel

Property Value

One of the TransactionIsolationLevel values. The default is Any.

Remarks

A new transaction is created if the enclosing transaction is not running at the specified isolation level. IsolationLevel is ignored if the enclosed code would not otherwise run in a transaction.

Applies to