Member Junction
    Preparing search index...

    Interface IQueryEntityInfoBase

    Base interface for query entity information. Tracks which MemberJunction entities are referenced by a query.

    interface IQueryEntityInfoBase {
        Entity: string;
        EntityID: string;
        ID: string;
        QueryID: string;
    }

    Implemented by

    Index

    Properties

    Entity: string

    Name of the referenced entity

    EntityID: string

    Foreign key to the referenced entity

    ID: string

    Unique identifier for this entity reference record

    QueryID: string

    Foreign key to the parent query