Tagged Questions
0
votes
3answers
515 views
How to specify which columns can be returned from linq to sql query
I'm trying to only return a few columns from a linq to sql query but if I do, it throws the exception:
Explicit construction of entity type 'InVision.Data.Employee' in query is not allowed
Here's ...