 | 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)
Syntaxprotected void CreateFilter(
string tableName,
string columnName,
FilterOperator filterOperator,
params Object[] values
)
Protected Sub CreateFilter (
tableName As String,
columnName As String,
filterOperator As FilterOperator,
ParamArray values As Object()
)
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
See Also