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.0.5.0 (8.0.5.20210818)
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