GeneratorLinks property

Applies to
TIB_Dataset

Declaration
Property GeneratorLinks : TIB_StringList;

Description
This property makes it very easy to populate a column with a value from a generator. Provide entries in the following format:

[< tablename >.]< columnname >=< generatorname >

See the Contact sample application to see this implemented.