IsLinked(ProviderField: String; ConsumerField: String): Boolean;
IsLinked(ProviderField: string; ConsumerField: string): boolean;
ProviderField - identifier of data source field.
ConsumerField - identifier of data consumer field.
The IsLinked method determines whether link between specified fields of data source and data consumer exists.
Available values:
True. The link is established.
False. The link is missing.
The property use is given in the example for the IEtlPlainDataCopy.EventId property.
See also: