Exemplo n.º 1
0
 public PushParamter where (BmobQuery anotherQuery)
 {
     this.target = Target.And(anotherQuery);
     return(this);
 }
Exemplo n.º 2
0
 public BmobRemote Find <T>(String tablename, BmobQuery query)
 {
     BmobWrapper.Find <T>(tablename, query, NonCallback);
     return(this);
 }