Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 398 Bytes

File metadata and controls

19 lines (12 loc) · 398 Bytes

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");