RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.ForeignKeys Field

This metadata collection represents foreign keys in a database.

Pascal
const ForeignKeys: string = "ForeignKeys";
C++
string ForeignKeys = "ForeignKeys";

This metadata collection represents foreign keys in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
TableName  
String  
The table name.  
ForeignKeyName  
String  
The foreign key name.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!