FilterBuilderNot Method A Sandcastle Documented Class Library
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.3.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

Reference