IValidationCustomMapping.FindByExternalDimKey

Syntax

FindByExternalDimKey(ExternalDimKey: Integer): IValidationCustomDimensionsBinding;

Parameters

ExternalDimKey. Dimension key from external data source used in mapping.

Description

The FindByExternalDimKey method searches for binding by dimension key from external data source.

Comments

If binding for the specified dimension is not found, the method returns Null.

See also:

IValidationCustomMapping