考慮下面的代碼: var results = collection.Aggregate()
...
.Lookup(...)
.Project(???);
我需要調用項目()上述查詢。我一直無法弄清楚如何構建ProjectionDefinition<T1, T2>類型的投影定義,這是Project()所要求的。 建築工地類似乎並沒有在這種情況下工作: var projection = B
我想要得到的聯繫人列表,它是 1. LIKE given text display_name **OR**
2. LIKE given text email **OR**
3. LIKE given text phone no
以下是我的查詢 String text = "testing";
ContentResolver cr = getContentResolver();