If i do a select on user.name, user.post, t.name with t being tag_name AS t
is there a way to resolve the full name using ADO.NET?
I found SqlDataReader.GetName but that is getting me only name
as the first result. I would like to know if it belongs to user or tag_name. Is there a way to have it tell me?