Name | Description | |
---|---|---|
![]() | TranslateFilterSyntaxEventArgs Constructor |
The following tables list the members exposed by TranslateFilterSyntaxEventArgs.
Name | Description | |
---|---|---|
![]() | TranslateFilterSyntaxEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | ArgumentCount | Number of arguments in case a function should be translated. |
![]() | Arguments | Array of arguments. In case of operators, it contains the left hand and possibly the right hand side. In case of functions, the array holds the function's parameters as used in the Designer. |
![]() | Handled | Set to true to indicate that the event has been properly handled and no further default handling should be performed. |
![]() | Name | Name to be translated. If argumentType is e.g. Text, this object contains an index and can be set to a string to use as parameter name instead. The value of the parameter is then passed to the ApplyAdvancedFilter Method later. In case of RelationEqual to be translated, the name might be "@ARG:MULTIVALUE". In this case, the right hand side (Arguments[1]) contains a comma separated list of values to compare to. |
![]() | Part | The kind of expression that is to be translated. |
![]() | Result |
The translated expression or null if the default handling should be used.
|
![]() | TableName |