ICachedDatasetLookup.Lookup

Syntax

Lookup(ResultFields: String): IDatasetInstanceFields;

Parameters

ResultFields. The list of output fields, which values should be obtained. The fields in the list are separated with the ";" character.

Description

The Lookup method returns a collection of fields values of the found record.

Comments

The method is used if the Locate method returns True.

Example

The example of use is given in description of the ICachedDatasetLookup.Locate method.

See also:

ICachedDatasetLookup