Page Contents

Home > @loopback/repository-tests > CrudFeatures > emptyValue

CrudFeatures.emptyValue property

The value used by the database to store properties set to undefined. Typically, SQL databases store both undefined and null as null.

Default: undefined

Signature:

emptyValue: undefined | null;