Click or drag to resize

MapperFilterAddClause Method

Overload List
  NameDescription
Public methodAddClause(String, Boolean)
Append an additional filter clause to this filter. The clause is added with a SQL AND or OR conjunction as specified.
Public methodAddClause(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).
Top
See Also