Hi community,
I have a question regarding the SQLIn() function in the webdesigner. The object layer documentation describes 4 overloads:
InClause(String, ValType, IEnumerable) | Format an IN clause. | |
InClause(String, ValType, array<Object>[]()[][]) | Format an IN clause. | |
InClause(String, ValType, FormatterOptions, IEnumerable) | Format an IN clause. | |
InClause(String, ValType, FormatterOptions, array<Object>[]()[][]) | Format an IN clause. |
But the webdesigner inline documentation knows only three parameters:
sqlin(columnName, valType, valueList)
So, what's correct?
Thank you for your reply,
Norbert