Build a filter based on the equality with the field's current
rawValue.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Function BuildFilter As String
Return Value
Type:
StringThe SQL filter clause.
Remarks
Note that the filter assumes that you want a filter built using the current raw
Value. In this
case, picklists are ignored and no matching is attempted. The operand is always the equals (=) operand.
See Also