Member Junction
    Preparing search index...

    Represents a database record that references a record being deleted

    interface DatabaseReference {
        entityName: string;
        existsInMetadata: boolean;
        primaryKey: CompositeKey;
        referencedEntity: string;
        referencedKey: CompositeKey;
        referencingField: string;
    }
    Index

    Properties

    entityName: string
    existsInMetadata: boolean
    primaryKey: CompositeKey
    referencedEntity: string
    referencedKey: CompositeKey
    referencingField: string