Page Contents

Home > @loopback/repository > CrudRepositoryImpl > deleteAll

CrudRepositoryImpl.deleteAll() method

Signature:

deleteAll(where?: Where<T>, options?: Options): Promise<Count>;

Parameters

Parameter Type Description
where Where<T>  
options Options  

Returns:

Promise<Count>