LINQ in Action roller

DLinq and Web Services

I want to do the following, but I'm getting errors: [ WebMethod ] public Employee GetEmployeeByID( Guid employeeID) { Employee employee = new Employee (); using ( MyDataContext bm = new MyDataContext (conn)) { employee = bm.Employees.Single(e => e.EmployeeID == employeeID); } return employee; } Is this not supported? (Employee is a DLinq created object) Read More...
Published Tuesday, March 13, 2007 4:26 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication