Table of Contents

TCustomTenantCatalog.FindTenantByIdentifier Method

Returns the tenant associated with an external identifier. The default implementation always returns an empty record.

Syntax

Unit: Aurelius.Tenancy.Catalog

function TCustomTenantCatalog.FindTenantByIdentifier(const Name: string; const Value: string): TTenantInfo; virtual;

Parameters

<-> Parameter Type Description
const Name string The identifier name.
const Value string The identifier value.

Returns

The tenant record, or an empty record.

See also