Click or drag to resize

PFQueryCreateQueryOrderBy Method (String, Boolean)

Creates a new instance of the PFQuery class, with a default order.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFQuery CreateQueryOrderBy(
	string orderBy,
	bool ascending
)

Parameters

orderBy
Type: SystemString
Initial order.
ascending
Type: SystemBoolean
Initial order type.

Return Value

Type: PFQuery
The new query.
See Also