Show contents 

Db > Db Assembly Interfaces > IDatasetModelFields > IDatasetModelFields.FindByKey

IDatasetModelFields.FindByKey

Syntax

FindByKey(FieldKey: Integer): IDatasetModelField;

Parameters

FieldKey is field key.

Description

The FindByKey method searches a field and returns the object containing the field structure of data source. The key of the field, by which search is performed, is passed by the Key parameter.

See also:

IDatasetModelFields