PFQuery.GetSubGroupQuery Method |
Name | Description | |
---|---|---|
![]() | GetSubGroupQuery(KeyValuePair<String, Object>) |
Creates a new PFQuery object retrieving values of a particular group.
The new query will replace one level of group by a filter on the same field. E.g. a gridview displaying groups will call this method to obtain the query to execute when one of the groups is opened. |
![]() | GetSubGroupQuery(List<KeyValuePair<String, Object>>) |
Creates a new PFQuery object retrieving values of a particular group.
The new query will replace one level of group by a filter on the same field. E.g. a gridview displaying groups will call this method to obtain the query to execute when one of the groups is opened. |