RecroGridRGFilterAddNotIn Method

Adds the Not In condition.

Definition

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

Parameters

logicalOperator  RecroGridRGFilterLogicalOperatorEnum
The logical operator.
colName  String
Name of the column.
paramsArray  Object
The parameter values to use for the filter.

See Also