Hi Team,
I want to pass array of values in where clause of ad hoc queries like below
var rows=myEntity.$query().$where(columnName.$eq([1,2,3,4,5,6]).$execute();
Thanks
Varathan
Hi Team,
I want to pass array of values in where clause of ad hoc queries like below
var rows=myEntity.$query().$where(columnName.$eq([1,2,3,4,5,6]).$execute();
Thanks
Varathan