TransactionAttribute::Isolation Property

 

Gets or sets the transaction isolation level.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
property TransactionIsolationLevel Isolation {
	TransactionIsolationLevel get();
	void set(TransactionIsolationLevel value);
}

The following code example gets and sets the value of a Transaction attribute's Isolation property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: