Click or drag to resize

PFQueryGetSubGroupQuery Method (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.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFQuery GetSubGroupQuery(
	KeyValuePair<string, Object> choosenGroupValue
)

Parameters

choosenGroupValue
Type: System.Collections.GenericKeyValuePairString, Object

Return Value

Type: PFQuery
See Also