2 classes
Supplier(Name:string)
SupplierImage(Link:string; Supplier:pointer)
我有多个supplier的objectId,比如['XXXXXXXX', 'AAAAAAAAA']
如何检索出所有的SupplierImage其中它文字缩进4格
的Supplier的ObjectId是以上['XXXXXXXX', 'AAAAAAAAA']里面的?
使用WhereContainedIn不成功
List<string> aaa=new[]{"XXXXXX","AAAAA"};
AVQuery<AVObject> querySupplierImages = AVObject.GetQuery("SupplierImage")
.WhereContainedIn("Supplier", aaa.Select(id=>AVObject.CreateWithoutData("Supplier", id)));
-
创建时间
16年4月18日
-
最后回复
16年4月19日
-
1
回复
-
736
浏览
-
2
用户