primary_key_column property

primary_key_column property

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

Definition:

@property
def primary_key_column(self):
    ...

See Also