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: 9.1.0.0 (9.1.0.20241025)
Syntax public bool IsValueParameter { get; }
Public ReadOnly Property IsValueParameter As Boolean
Get
Property Value
Type:
BooleanRemarks
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