QueryPicker ProcessInputs Method CleanCode C# Libraries v1.2.03 API
Fills out the query template with the user's inputs.

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void ProcessInputs(
	bool revealMatchAllPredicates
)

Parameters

revealMatchAllPredicates
Type: OnlineSystem Boolean
Boolean indicating whether to include or suppress predicates that match all values.
See Also