Is it possible to project types generated by DbLinq to other types?
For example:

var mine = from i in Context.Items
  select new MyItem
  {
    Id = i.ID,
    Value = i.Value
  };

I'm getting exceptions where the Message is simply "New".  Is there a
work around for this?

-- 
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en.

Reply via email to