I am sure this could be easily solved.
All I’d like to do is present a table of data in my Desktop C# application that would give me the results from:
BackendlessCollection<Member> mMembers = Backendless.Data.Of<Member>().Find();
Just so there is no misunderstanding: I get all the data from Backendless˙side into the mMembers, I just can’t then simply represent it in the Data table. I can’t ‘bind’ them together.
Anyone done this?