foreign_key_column property

foreign_key_column property

Gets the name of the foreign key table column for this relationship.

Definition:

@property
def foreign_key_column(self):
    ...

See Also