How do you get a list of entities in JQuery if entity field property has specific column name?
Lets say you have Orders entity:
And in Orders Data Access Object you get the list of orders for that specific user. How jQuery query should look? This way:
or like this:
?
Does column name impact the way how you should access entity property inside jQuery?
3 Replies