Check serverside leftjoins

Check serverside leftjoins

klymov.inekonklymov.inekon Posts: 37Questions: 11Answers: 0

Hi, I have a question about .net editor left joins. In my code I don't know how many and which left joins will be. And can be situations when I need to join same table few times. So I want to check editor already have left joined table. I get the list by editor.LeftJoin(). But I can't see any private field like name of joined table. Can I get this info in code?

Sign In or Register to comment.