Quantcast
Channel: Software Communities : Discussion List - Dell One Identity Manager
Viewing all articles
Browse latest Browse all 379

SQLIn() WebDesigner

$
0
0

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


Viewing all articles
Browse latest Browse all 379

Trending Articles