FilterCriteriaIsValueParametered 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: 4.3.0.0 (4.3.0.0)
Syntax public bool IsValueParametered { get; }
Public ReadOnly Property IsValueParametered 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