IEtlPlainDataCopy.IsLinked

Fore syntax

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

Fore.NET syntax

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

Parameters

ProviderField is the identifier of data source field.

ConsumerField - the 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 example for the IEtlPlainDataCopy.EventId property.

See also:

IEtlPlainDataCopy