AddLink(ProviderField: String; ConsumerField: String);
AddLink(ProviderField: string; ConsumerField: string);
ProviderField is the identifier of data source field.
ConsumerField - the identifier of data consumer field.
The AddLink method adds a link between specified fields of data source and consumer.
To delete links between the specified source and consumer fields, use the IEtlPlainDataCopy.RemoveLink method.
The property use is given in example for the IEtlPlainDataCopy.EventId property.
See also: