TXDataTenantConnectionPool.GetPoolProvider Method
Returns the tenant-routing pool provider, for code that already knows the tenant id.
Remarks
Useful for background jobs and provisioning code, which resolve the tenant explicitly instead of relying on the request context: GetPoolProvider.GetPool(TenantId).GetConnection.
Syntax
Unit: XData.Comp.TenantConnectionPool
function TXDataTenantConnectionPool.GetPoolProvider: ITenantDBPoolProvider;