getPropertyNames

Returns the persisted Property Names of the entity in array format

Returns

  • This function returns array

Arguments

Examples

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

Last updated