Click or drag to resize
FilterBuilderAnd Method (Filter)
Create a new AND filter to match the intersection of results that each of the specified operands would return.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Filter And(
	params Filter[] operands
)

Parameters

operands
Type: Apptus.ESales.ConnectorFilter
the filter operands

Return Value

Type: Filter
an AND filter
Exceptions
ExceptionCondition
InvalidFilterExceptionIf the operand specification does not contain at least 1 valid operand
See Also