(
cond: FilterQuery<T> | string | RawQueryFragment | Dictionary,
operator?: keyof typeof GroupOperator | any[],
operator2?: keyof typeof GroupOperator,
)
| 274 | innerJoinAndSelect(field: any, alias: string, cond?: FilterQuery<any>, fields?: string[]): this; |
| 275 | withSubQuery(subQuery: RawQueryFragment | NativeQueryBuilder, alias: string): this; |
| 276 | where( |
| 277 | cond: FilterQuery<T> | string | RawQueryFragment | Dictionary, |
| 278 | operator?: keyof typeof GroupOperator | any[], |
| 279 | operator2?: keyof typeof GroupOperator, |
no outgoing calls