Table of Contents

TDbTenantCatalog.SaveIdentifier Method

Associates an external identifier with a tenant, replacing any previous association of the same identifier.

Syntax

Unit: Aurelius.Tenancy.Catalog.Db

procedure TDbTenantCatalog.SaveIdentifier(const Name: string; const Value: string; const TenantId: string); override;

Parameters

<-> Parameter Type Description
const Name string The identifier name.
const Value string The identifier value.
const TenantId string The id of the tenant the identifier maps to.

See also