Function GenerateQuery

  • Returns

    The query and bindings to be executed

    Type Parameters

    • T extends object

      The type of the object to query. This is generally not needed to be specified, but can be useful if you're calling this yourself instead of through a Model.

    Parameters

    Returns {
        bindings: unknown[];
        query: string;
    }

    • bindings: unknown[]
    • query: string

Generated using TypeDoc