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

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

C#
public static Filter And(
	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
an AND filter
See Also

Reference