SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface AggregateOptions

    Options shared by aggregate expression helpers.

    interface AggregateOptions {
        as?: string;
        distinct?: boolean;
    }
    Index

    Properties

    Properties

    as?: string
    distinct?: boolean