Maybe an easy question, but can\'t find it easily so forgive me =) I try to select multiple columns. The statement I use is:
var dataset2 = from recordset in ent
Why don't you create a new object right in the .Select:
.Select
.Select(x => new PInfo{ ServerName = x.ServerName, ProcessID = x.ProcessID, UserName = x.Username }).ToList();