Member Junction
    Preparing search index...

    SQL fragment inside conditional/loop blocks. May be incomplete SQL (e.g., "AND Status = {{ Status | sqlString }}"). Stored as raw text with extracted MJ tokens.

    interface MJSQLFragment {
        nodes: MJNode[];
        raw: string;
    }
    Index

    Properties

    Properties

    nodes: MJNode[]

    Ordered list of MJ nodes found within this fragment

    raw: string

    Original raw SQL text (may contain MJ tokens)