Click or drag to resize

PFPlugin_ViewCustomizeQuery Method

Method called 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.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void CustomizeQuery(
	PFView view,
	PFQuery query
)

Parameters

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