TDbTenantCatalog.FindTenantByIdentifier Method
Returns the tenant associated with an external identifier.
Syntax
Unit: Aurelius.Tenancy.Catalog.Db
function TDbTenantCatalog.FindTenantByIdentifier(const Name: string; const Value: string): TTenantInfo; override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |
Returns
The tenant record, or an empty record if the identifier is unknown.