IValidationCrossDatabaseMappings.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of elements in collection.

Comments

To add an element to the collection, use the IValidationCrossDatabaseMappings.Add method, to remove the element, use the IValidationCrossDatabaseMappings.Remove method, to remove all the elements, use the IValidationCrossDatabaseMappings.Clear method.

Fore and Fore.NET Examples

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

See also:

IValidationCrossDatabaseMappings