I am returning List from my BusinessLogic methods where the Type is one of the classes generated by Linq2Sql classes. Now if I use a join statement and get a result containing properties(columns) from different tables, then my return object should be a List<> of what?
I am using asp.net ajax components from Telerik and set the datasource of, say RadGrid to List.
I am new to using linq2sql classes. Thanks in advance.