Click or drag to resize

PFQueryCreateQueryOrderBy Method (String, Boolean, PFQueryFilter)

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

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,
	params PFQueryFilter[] filters
)

Parameters

orderBy
Type: SystemString
Initial order.
ascending
Type: SystemBoolean
Initial order type.
filters
Type: Packflow.CorePFQueryFilter
Initial filters.

Return Value

Type: PFQuery
The new query.
See Also