Júlio Santos
09/30/2020, 5:52 PMEmployee.select { Employee.id = id and (Employee.name = name)} is that correct?spand
10/01/2020, 4:57 AMeq instead of =. Does = work for you ?tapac
10/01/2020, 12:13 PMeq as = is assignment operator not Exposed function.Júlio Santos
10/01/2020, 12:33 PMeq and it worked out