Table of Contents

TTenantLookups.Add Method

Overloads

TTenantLookups.Add

Adds a new lookup to the collection.

Syntax

Unit: XData.Comp.TenantConnectionPool

function TTenantLookups.Add: TTenantLookup; overload;

See also

TTenantLookups.Add(TTenantLookupSource, string, string)

Adds a new lookup to the collection with the given settings.

Syntax

Unit: XData.Comp.TenantConnectionPool

function TTenantLookups.Add(ASource: TTenantLookupSource; const AName: string; const AIdentifier: string): TTenantLookup; overload;

Parameters

<-> Parameter Type Description
ASource TTenantLookupSource Where the value is read from.
const AName string The name of the claim, header or query parameter.
const AIdentifier string The name of the catalog identifier. When empty, AName is used.

Returns

The new TTenantLookup item.

See also