IValidationSelectionValueList.Add

Fore Syntax

Add(Selection: IDimSelection): IValidationSelectionValue;

Fore.NET Syntax

Add(Selection: Prognoz.Platform.Interop.Dimensions.IDimSelection): Prognoz.Platform.Interop.Ms.IValidationSelectionValue;

Parameters

Selection. Selection added to the set.

Description

The Add method adds the specified selection to the set.

Comments

To get the specified selection from the set, use the IValidationSelectionValueList.Item property.

Fore and Fore.NET Examples

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

See also:

IValidationSelectionValueList