IEtlPlainDataCopy.AddLink

Fore syntax

AddLink(ProviderField: String; ConsumerField: String);

Fore.NET syntax

AddLink(ProviderField: string; ConsumerField: string);

Parameters

ProviderField is the identifier of data source field.

ConsumerField - the identifier of data consumer field.

Description

The AddLink method adds a link between specified fields of data source and consumer.

Comments

To delete links between the specified source and consumer fields, use the IEtlPlainDataCopy.RemoveLink method.

Fore and Fore.NET examples

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

See also:

IEtlPlainDataCopy