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