Lookup(ResultFields: String): IDatasetInstanceFields;
ResultFields. The list of output fields, which values should be obtained. The fields in the list are separated with the ";" character.
The Lookup method returns a collection of fields values of the found record.
The method is used if the Locate method returns True.
The example of use is given in description of the ICachedDatasetLookup.Locate method.
See also: