IRdsCompoundDictionarySources.FindById

Syntax

FindById(Id: String): IRdsCompoundDictionarySource;

Parameters

Id. Identifier of the data source in the collection, by which search is executed.

Description

The FindById method searches a data source by its identifier in the collection.

Comments

The method returns the data source in case of successful search, and Null if the data source with the specified identifier is absent in the collection.

See also:

IRdsCompoundDictionarySources