TransactionScopeLocal Property
Enables support for non-distributed transactions in the TransactionScope implementation.
public bool TransactionScopeLocal {get; set;}
'Declaration
Public Property TransactionScopeLocal As Boolean
Property Value
true, if one-phase commit is used within TransactionScope;
false otherwise.