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.

If mapping for the specified external time series database is not found, the method returns Null.

See also:

IValidationCustomMappings