TDbTenantCatalog.RemoveIdentifier Method
Removes an external identifier. Nothing happens if the identifier is unknown.
Syntax
Unit: Aurelius.Tenancy.Catalog.Db
procedure TDbTenantCatalog.RemoveIdentifier(const Name: string; const Value: string); override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The identifier name. |
| const | Value | string | The identifier value. |