Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dbcontext(Entity Framework 4.1)で次のクエリを実行したいのですが。
tblemployeeからempNameとしてempcode+'-'+Empnameを選択します
from employee in context.Employees select new { empName = employee.empcode + employee.Empname }