IValidationCrossDatabaseMappings.Item

Syntax

Item(Index: Integer): IValidationCrossDatabaseMapping;

Parameters

Index. Collection element index.

Description

The Item property returns the collection element by its index.

Comments

Indexing of collection elements is continuous and starts with zero. The number of elements in the collection is returned by the IValidationCrossDatabaseMappings.Count property.

See also:

IValidationCrossDatabaseMappings