Function: getETagProperty()
getETagProperty(
target):string|undefined
Defined in: packages/core/src/decorators/odata-etag.decorator.ts:28
Get the ETag property name for a given entity class. Returns undefined if the entity does not have @ODataETag.
Parameters
target
(...args) => unknown
Returns
string | undefined