Skip to content
Jorge Reyes edited this page May 29, 2015 · 3 revisions

Returns the persisted Property Names of the entity in array format

###Returns

  • This function returns array

###Arguments

Key Type Required Default Description
entityName string Yes ---

###Examples

var properties = ormService.getPropertyNames("User");
Clone this wiki locally