Click or drag to resize

FilterCriteriaIsValueParameter Property

Determines whether or not the value of the criteria can be encapsulated into a DbParameter

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public bool IsValueParameter { get; }

Property Value

Type: Boolean
Remarks
The value of a filter criteria cannot be encapsulated into a DbParameter if the comparison operator is In, NotIn, IsNull, IsNotNull or RelatesTo
See Also