Click or drag to resize

IFieldBuildFilter Method

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
string BuildFilter()

Return Value

Type: String
The 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