How to retrieve data from a specific column?

My table(class) has several columns, the problem is that I need to retrieve data from a specific column in the table, any suggestions?

Hi Peter,

The DataQueryBuilder class which you use to organize data retrieval parameters, has the following methods:

  • setProperties
  • addProperty

These methods let you specify the column names which should be included in the response. When the column names (or properties) are not specified, Backendless returns all values.

Regards,
Mark

1 Like