Click or drag to resize

RecroGridRGFilterAddNotIn Method

Adds the Not In condition.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public void AddNotIn(
	RecroGridRGFilterLogicalOperatorEnum logicalOperator,
	string colName,
	Object[] paramsArray
)

Parameters

logicalOperator
Type: Recrovit.RecroGridFrameworkRecroGridRGFilterLogicalOperatorEnum
The logical operator.
colName
Type: SystemString
Name of the column.
paramsArray
Type: SystemObject
The parameter values to use for the filter.
See Also