Page Contents

Home > @loopback/repository > CrudRepositoryImpl > updateAll

CrudRepositoryImpl.updateAll() method

Signature:

updateAll(data: DataObject<T>, where?: Where<T>, options?: Options): Promise<Count>;

Parameters

Parameter Type Description
data DataObject<T>  
where Where<T>  
options Options  

Returns:

Promise<Count>