Table of Contents

TDbTenantCatalog.FindTenant Method

Returns the catalog record of a tenant.

Syntax

Unit: Aurelius.Tenancy.Catalog.Db

function TDbTenantCatalog.FindTenant(const TenantId: string): TTenantInfo; override;

Parameters

<-> Parameter Type Description
const TenantId string The id of the tenant.

Returns

The tenant record, or an empty record if the tenant is unknown.

See also