FilterCriteriaIsValueRequired Property |
Determines whether or not a value is required for the criteria to be considered when building the query
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic bool IsValueRequired { get; }
Public ReadOnly Property IsValueRequired As Boolean
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