Skip to main content
1-Visitor
June 2, 2017
Question

Want to read column value from DataTable

  • June 2, 2017
  • 1 reply
  • 4135 views

HI, I wanted to read value from datatable and use is it in thing service. We have "GetDataTableEntry" and "GetDataTableEntries" API available, but it will return whole row. But I need to read value of perticular column.  Do we have any API to which I will pass row ID and column name and it will return Value ?

1 reply

1-Visitor
June 2, 2017

No, There's this option. Anyway, all columns are fisically stored as a only one JSON property, still if you have an option to just return one column it will read the whole row anyway, then no bother to just query one won't be more performant.

1-Visitor
June 2, 2017

I mean, there isn't this option.