MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / delete

Method delete

packages/sql/src/typings.ts:266–266  ·  view source on GitHub ↗
(cond?: FilterQuery<any>)

Source from the content-addressed store, hash-verified

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;
269 join(field: string, alias: string, cond?: FilterQuery<any>, type?: JoinType, path?: string): this;

Callers 15

nativeDeleteFunction · 0.65
syncCollectionsFunction · 0.65
releaseConnectionMethod · 0.65
unsetFlagMethod · 0.65
getQueryBaseMethod · 0.65
foreignKeysToPropsMethod · 0.65
pruneMethod · 0.65
removePropertyMethod · 0.65
removeMethod · 0.65
getMethod · 0.65
removeMethod · 0.65
offFunction · 0.65

Implementers 1

QueryBuilderpackages/sql/src/query/QueryBuilder.ts

Calls

no outgoing calls

Tested by 3

removeMethod · 0.52