Greetings all,

I have a very simples question:

I have a query like this: SELECT * FROM Table1 T1 RIGHT JOIN Table2 T2 ON T1.id = T2.id

I then execute a DataReader with this query. In the resulting DataReader I can get the columnnames, types, etc. What I can’t seem to get is the tablename / alias the column belongs to.

What I need

I get something like:

Column1,...