PeopleDataSet ds = new PeopleDataSet(); using (PeopleDataContext context = new PeopleDataContext()) { (from p in context.Persons select new { Row = ds.Person.AddPersonRow(p.Id, p.FirstName, p.LastName) }).ToList(); }
dasBlog theme by Mads Kristensen
I'm a programmer and consultant specializing in .NET development. I've worked in several industries including bio-tech, healthcare, and financial services. When not coding or learning about new technologies, I enjoy running, playing video games, and watching New York Giants football.
RSS Feed | E-mail
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.