IValidationCustomMappings.AddStub

Syntax

AddStub(ExternalStub: IVariableStub): IValidationCustomMapping;

Parameters

ExternalStub. External data source, mapping with which is added to the collection.

Description

The AddStub method adds mapping to the collection for the specified data source.

Comments

A time series database or a standard cube containing a calendar dimension may be used as a data source.

Example

The method use is given in the example for IValidationCustom.Mappings.

See also:

IValidationCustomMappings