IValidationCrossDatabaseMappings.Clear

Fore Syntax

Clear;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IValidationCrossDatabaseMappings