Member Junction
    Preparing search index...

    Result row type for view execution results - represents a single data row

    interface RunViewSystemUserResultRow {
        Data: string;
        EntityID: string;
        PrimaryKey: KeyValuePair[];
    }
    Index

    Properties

    Data: string

    JSON string containing the actual record data

    EntityID: string

    ID of the entity type this record belongs to

    PrimaryKey: KeyValuePair[]

    Primary key fields and values for the record