ITenantDBPoolProvider.GetPool Method
Returns the connection pool for the given tenant.
Syntax
Unit: Aurelius.Tenancy.Interfaces
function ITenantDBPoolProvider.GetPool(const TenantId: string): IDBConnectionPool; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | TenantId | string | The id of the tenant. |
Returns
The IDBConnectionPool serving the tenant's database.