TMultiTenantPoolProvider.Create Constructor
Creates a new TMultiTenantPoolProvider instance.
Syntax
Unit: Aurelius.Tenancy.Pool
constructor TMultiTenantPoolProvider.Create(APoolFactory: ITenantDBPoolFactory);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| APoolFactory | ITenantDBPoolFactory | The factory used to create the pool of a tenant on first access. |