(data: any)
| 263 | from<T extends object>(target: EntityName<T> | IQueryBuilder<T>, aliasName?: string): IQueryBuilder<T>; |
| 264 | insert(data: any): this; |
| 265 | update(data: any): this; |
| 266 | delete(cond?: FilterQuery<any>): this; |
| 267 | truncate(): this; |
| 268 | count(field?: string | string[], distinct?: boolean): this; |
no outgoing calls