IDbTransactionExtension.AllowMultiConnection Property

Definition

Indicates whether the provider extension allows a single transaction to be used across multiple connections.

public:
 property bool AllowMultiConnection { bool get(); };
public bool AllowMultiConnection { get; }
member this.AllowMultiConnection : bool
Public ReadOnly Property AllowMultiConnection As Boolean

Property Value

A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.

Applies to