IValidationCustomMappings.FindByExternalRubKey

Fore Syntax

FindByExternalRubKey(ExternalRubKey: Integer): IValidationCustomMapping;

Fore.NET Syntax

FindByExternalRubKey(ExternalRubKey: uinteger): Prognoz.Platform.Interop.Ms.IValidationCustomMapping;

Parameters

ExternalRubKey. Key of the external time series database that is used in mapping.

Description

The FindByExternalRubKey method searches for a mapping for external time series database with the specified key.

Comments

The method is outdated, use IValidationCustomMappings.FindByExternalStubKey.

See also:

IValidationCustomMappings