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.3.0.0 (4.3.0.0)
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