Hi,
How can i use findManyToManyRowset API while join to another table for info table of $matchTable?
I can't find any way to pass a select object with desire join configuration to findManyToManyRowset API!
Use case Example:
Users Table | Departments Table | Users_Department Table | User_Profiles
I want to use findManyToManyRowset method to find users in a department with their profile specifications (stored on Users_Profiles).
Sorry for my bad English
Thanks guys..
Regards