Click or drag to resize

PFViewCustomizeQuery Method

Method used to customize the view query. Override this method to change the query of a view before its execution. Note: this method is also called during the installation for model views.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void CustomizeQuery(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery
The query to customize.
See Also