Skip to main content
Module

x/typeorm/src/index.ts>DeleteQueryBuilder#where

Forked from https://github.com/typeorm/typeorm
Latest
method DeleteQueryBuilder.prototype.where
import { DeleteQueryBuilder } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Sets WHERE condition in the query builder. If you had previously WHERE expression defined, calling this function will override previously set WHERE conditions. Additionally you can add parameters used in where expression.

Parameters

where:
| Brackets
| string
| ((qb: this) => string)
| ObjectLiteral
| ObjectLiteral[]
optional
parameters: ObjectLiteral