Click or drag to resize

PFStoredProcedureResetQuery Method

Resets the query to the specified one.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void ResetQuery(
	PFQuery query,
	params PFRelation[] relations
)

Parameters

query
Type: Packflow.CorePFQuery
relations
Type: Packflow.CorePFRelation
See Also