IValidationCrossDatabaseMappings.Clear

Syntax

Clear;

Description

The Clear method removes all elements from the collection.

Comments

After executing the method, value of IValidationCrossDatabaseMappings.Count is equal to zero.

To remove one element, use the IValidationCrossDatabaseMappings.Remove method.

Example

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

See also:

IValidationCrossDatabaseMappings