TCustomTenantCatalog.SaveTenant Method
Creates or updates a tenant record. The default implementation raises ENotSupportedException.
Syntax
Unit: Aurelius.Tenancy.Catalog
procedure TCustomTenantCatalog.SaveTenant(const Tenant: TTenantInfo); virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Tenant | TTenantInfo | The tenant record to save. |