TurboDB VCL Component Library

TTdbForeignKeyDef.ParentFields

TTdbForeignKeyDef

Previous  Top  Next

Indicates the list of columns in the parent table.

Delphi Syntax:

property ParentFields: string;

C++ Syntax:

__property AnsiString ParentFields = {read=GetParentFields, write=SetParentFields};

Description

There must be as many column names (separated by semicolon) in this property as are in the ChildFields property. There must exist a row in the parent table for each row in the child table, where the values of these fields are the same as the values of the child fields in the child table row.