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: 4.6.0.0 (4.6.0.0)
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