getPropertyNames

Returns the persisted Property Names of the entity in array format

Returns

  • This function returns array

Arguments

Key

Type

Required

Default

Description

entity

string

Yes

---

Examples

var properties = ormService.getPropertyNames("User");

Last updated