FieldKernelBuildFilter Method (String) |
Build a filter based on the specified comparison operand and the field's current
Value.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string BuildFilter(
string operand
)
Public Function BuildFilter (
operand As String
) As String
Parameters
- operand
- Type: SystemString
The operand to use in the comparison, e.g. "=", ">", "::startswith::".
Return Value
Type:
StringThe SQL filter clause.
Implements
IFieldBuildFilter(String)See Also