TurboDB VCL Component Library

TTdbForeignKeyDef.Name

TTdbForeignKeyDef

Previous  Top  Next

Indicates the name of the foreign key constraint.

Delphi Syntax:

property Name: string

C++ Syntax:

__property AnsiString Name = {read=GetName, write=SetName};

Description

The name is used to identify the foreign key constraint. It can also be referred to in SQL statements.