Azure Mobile Services C# won't return child entities
问题 I'm really hitting a brick wall with the new C# based Azure Mobile Services, and it's really simple too :( I can't for the life of me get the query operation to return child property values. I have the todo item of the default project modified like this: public class TodoItem : EntityData { public TodoItem() { this.Numbers = new Collection<TodoItemNumbers>(new List<TodoItemNumbers> { new TodoItemNumbers{Value = 1}, new TodoItemNumbers{Value = 2}, new TodoItemNumbers{Value = 3}, new