var result= await query.FindAsync ();

这个 result 就会返回一个 AVObject 的集合,
然后你可以 foreach 这个集合,针对每一个元素执行 DeleteAsync()
就可以了