<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview3.25342.7" />

Microsoft.Data.SqlClient.ConnectionPool.TransactedConnectionPool

Manages database connections that are enlisted in transactions, providing a specialized pool that groups connections by their associated transactions. This class ensures that connections participating in the same transaction can be efficiently reused while maintaining transaction integrity and thread safety.