TDbTenantCatalog.Create Constructor
Creates a new TDbTenantCatalog over the given connection pool.
Syntax
Unit: Aurelius.Tenancy.Catalog.Db
constructor TDbTenantCatalog.Create(APool: IDBConnectionPool);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| APool | IDBConnectionPool | The pool of connections to the database that holds the catalog tables. |