TurboDB VCL Component Library

TTdbForeignKeyDef.ChildFields

TTdbForeignKeyDef

Previous  Top  Next

Indicates the list of field names, which must are looked up in the parent table.

Delphi syntax:

property ChildFields: string;

C++ syntax:

__property AnsiString ChildFields = {read=GetChildFields, write=SetChildFields};

Description

The values of the fields given here must correspond to the values of the parent fields in the parent table. Separate the column names by semicolon.