Sorry I'm new to LINQ and Entity framework. ...When a linq query fetches a whole Entity,
how can i return the result as an object type?
I mean not just a field but also to return all the fields of that specific record, as one entity....For example a Sta...