Member Junction
    Preparing search index...

    Interface ExternalSchemaRelationshipColumn

    One column pairing in a foreign-key relationship (referencing column → referenced column).

    interface ExternalSchemaRelationshipColumn {
        Column: string;
        ReferencedColumn: string;
    }
    Index

    Properties

    Column: string

    Column on this (the referencing) object that holds the foreign key.

    ReferencedColumn: string

    Column on the referenced object that Column points to.