IValidationCrossDatabaseMappings.Count

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.

Example

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

See also:

IValidationCrossDatabaseMappings