This class coordinates data connections and ensures that multiple requests to SQL Server will reuse the same sql connection, allowing transactions to run without the use of MSDTC
Namespace: Composite.Core.ThreadingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static class ThreadDataManager |
Visual Basic |
---|
Public NotInheritable Class ThreadDataManager |
Visual C++ |
---|
public ref class ThreadDataManager abstract sealed |