FieldKernelBuildFilter Method (String, String, FieldFilterFlags, String) |
Build a filter based on the specified comparison operand, the specified value, and the specified
FieldFilterFlags filter building options, description provided.
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,
string value,
FieldFilterFlags options,
out string description
)
Public Function BuildFilter (
operand As String,
value As String,
options As FieldFilterFlags,
<OutAttribute> ByRef description 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. - options
- Type: NetQuarry.DataFieldFilterFlags
Filter building options specifying how the filter is to be built. - description
- Type: SystemString
Returns the filter description.
Return Value
Type:
StringThe SQL filter clause.
Implements
IFieldBuildFilter(String, String, FieldFilterFlags, String)See Also