(field?: string | string[], distinct?: boolean)
| 266 | delete(cond?: FilterQuery<any>): this; |
| 267 | truncate(): this; |
| 268 | count(field?: string | string[], distinct?: boolean): this; |
| 269 | join(field: string, alias: string, cond?: FilterQuery<any>, type?: JoinType, path?: string): this; |
| 270 | innerJoin(field: string, alias: string, cond?: FilterQuery<any>): this; |
| 271 | leftJoin(field: string, alias: string, cond?: FilterQuery<any>): this; |
no outgoing calls