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