Click or drag to resize

FilterCriteriaIsValueRequired Property

Determines whether or not a value is required for the criteria to be considered when building the query

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.2.6.0 (9.2.6.20250404)
Syntax
public bool IsValueRequired { get; }

Property Value

Type: Boolean
Remarks
The value of a filter criteria is not required if the comparison operator is IsNull or IsNotNull
See Also