IValidationCrossDatabaseMappings.Add

Syntax

Add: IValidationCrossDatabaseMapping;

Description

The Add method adds an element to the collection.

Comments

After executing the example the method returns the added dimension binding, the value of IValidationCrossDatabaseMappings.Count is increased by one. To remove the element, use the IValidationCrossDatabaseMappings.Remove method.

Example

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

See also:

IValidationCrossDatabaseMappings