Click or drag to resize
FilterBuilderNot Method
Create a new NOT filter matching every result that the given operand doesn't match.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Filter Not(
	Filter operand
)

Parameters

operand
Type: Apptus.ESales.ConnectorFilter
the filter operand

Return Value

Type: Filter
a NOT filter
See Also