Click or drag to resize

FieldKernelBuildFilter Method

Build a filter based on the equality with the field's current rawValue.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string BuildFilter()

Return Value

Type: String
The SQL filter clause.

Implements

IFieldBuildFilter
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