FilterBuilderOr Method (Filter, Filter)A Sandcastle Documented Class Library
Create a new OR filter to match the union of the results that f1 and f2 would return.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public static Filter Or(
	Filter f1,
	Filter f2
)

Parameters

f1
Type: Apptus.ESales.ConnectorFilter
the first filter operand
f2
Type: Apptus.ESales.ConnectorFilter
the second filter operand

Return Value

Type: Filter
See Also

Reference