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: 8.0.5.0 (8.0.5.20210818)
Syntax public bool IsValueRequired { get; }
Public ReadOnly Property IsValueRequired As Boolean
Get
Property Value
Type:
BooleanRemarks
The value of a filter criteria is not required if the comparison operator is IsNull or IsNotNull
See Also