dm
to another table.Retrieve the name of the column marked as a foreign key, pointing from one table of a dm
to another table.
cdm_get_fk(dm, table, ref_table)
A dm
object.
A table in the dm
.
The table that is referenced from table
.
Other foreign key functions:
cdm_add_fk()
,
cdm_enum_fk_candidates()
,
cdm_get_all_fks()
,
cdm_has_fk()
,
cdm_rm_fk()