IFieldBuildFilter Method (String, String) |
Build a filter based on the specified comparison operand and the specified value.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string BuildFilter(
string operand,
string value
)
Function BuildFilter (
operand As String,
value As String
) As String
Parameters
- operand
- Type: SystemString
The operand to use in the comparison, e.g. "=", ">", "::startswith::". - value
- Type: SystemString
The localized value against which to compare.
Return Value
Type:
StringThe SQL filter clause.
See Also