IDbTransactionExtension.AllowMultiConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.