TransactionScope.ShouldSerializeIsolationLevel Method

Definition

Indicates whether the IsolationLevel for this TransactionScope should be serialized.

public:
 bool ShouldSerializeIsolationLevel();
public bool ShouldSerializeIsolationLevel ();
member this.ShouldSerializeIsolationLevel : unit -> bool
Public Function ShouldSerializeIsolationLevel () As Boolean

Returns

true if the IsolationLevel property value should be serialized; otherwise, false.

Applies to