Hi All,
I was required to change my query result to a string value in dfs...
I got a piece of code for doing the above operation but its showing an error.
QueryResult queryResultForId = queryService.Execute(queryForId, queryExForId, operationOptionsForId);
String strMaxValue = queryResultForId.getDataObjects().get(0).getProperties().get("required_value_from_database").getValueAsString();
The code is showing an error at this point as getDataObjects does not seem to be a default dfs method. Can someone modify this for me?
Thanks
Swarup Moulik