IDatasetModelFields.FindById

Syntax

FindById(Id: String): IDatasetModelField;

Parameters

Id is field identifier.

Description

The FindById method searches a field and returns the object containing the field structure of data source. The identifier of field, by which the search is performed, is passed by the Id parameter.

See also:

IDatasetModelFields