MapperFilterAddClause Method |
Name | Description | |
---|---|---|
AddClause(String, Boolean) |
Append an additional filter clause to this filter. The clause is added with a
SQL AND or OR conjunction as specified.
| |
AddClause(IField, String, Int32) |
Add a filter clause as generated by the specified field for the specified value.
The operator should be prepended to the value (per FieldFilterFlags.OperandInValue).
|