Well, if you happen to be using Sql Server you can do that sort of thing in T-Sql. In Oracle, you can also accomplish the same thing using pl/sql. Either way i'd do it in a stored ...
Seriously, why do I suck at this so much...<BR><BR>Anyway, LINQ, I just want to take LName + ", " + FName AS LastFirstName<BR><BR>...<BR><BR>How do I do that in my ...