IDatasetInstanceFields.FindById

Syntax

FindById(Id: String): IDatasetInstanceField;

Parameters

Id is field identifier.

Description

The FindById method searches data source field by the identifier. The identifier, by which the search is performed, is passed by the Id parameter.

See also:

IDatasetInstanceFields