AutoBE
    Preparing search index...

    Interface AutoBeRealizeQueryFieldSelect

    Explicit list of column names to select.

    interface AutoBeRealizeQueryFieldSelect {
        names: string[];
        type: "fields";
    }
    Index

    Properties

    Properties

    names: string[]

    Column names projected as { name: true }.

    type: "fields"