Click or drag to resize

PFQueryGetSubGroupQuery Method

Overload List
  NameDescription
Public methodGetSubGroupQuery(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.

Public methodGetSubGroupQuery(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.

Top
See Also