IEtlPlainDataCopy.IsLinked

Fore Syntax

IsLinked(ProviderField: String; ConsumerField: String): Boolean;

Fore.NET Syntax

IsLinked(ProviderField: string; ConsumerField: string): boolean;

Parameters

ProviderField - identifier of data source field.

ConsumerField - identifier of data consumer field.

Description

The IsLinked method determines whether link between specified fields of data source and data consumer exists.

Comments

Available values:

Fore and Fore.NET Examples

The property use is given in the example for the IEtlPlainDataCopy.EventId property.

See also:

IEtlPlainDataCopy