Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. PFQuery -whereKey:doesNotMatchKey:inQuery:
  2.  
  3. ParseQuery<T> WhereDoesNotMatchQuery<TOther>(string key,
  4. ParseQuery<TOther> query)
  5.  
  6. WhereDoesNotMatchQuery(key: "id", otherKey: "otherId", query: subquery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement