Here's my SQL query:
SELECT EmployeeID, EmployeeLastName + ', ' + EmployeeFirstName AS Name
FROM employees
ORDER BY Name
How can I go about doing the samething in LINQ to SQL?
|
Results 1 to 2 of 2
Thread: Concat with Alias in LINQ to SQL
|
Click Here to Expand Forum to Full Width |