Click or drag to resize

LookupContextualFilterBaseCreateFilter Method

Creates a filter

Namespace:  EBP.Api.List
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected void CreateFilter(
	string tableName,
	string columnName,
	FilterOperator filterOperator,
	params Object[] values
)

Parameters

tableName
Type: SystemString
Table name
columnName
Type: SystemString
Column name
filterOperator
Type: EBP.Api.MiscFilterOperator
Filter operator to apply
values
Type: SystemObject
Values to add in the filter. Their count depends on the operator
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf the table name or the column name doesn't exists
See Also