PFQueryGetSubGroupQuery Method |
| Name | Description | |
|---|---|---|
| GetSubGroupQuery(KeyValuePairString, 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(ListKeyValuePairString, 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. |