Allow for a readonly Entity Type

I have a lot of DTO stored procs (1000+) and most do not return an Id the way you would expect.

We NEVER update from these DTOs.

A read only object type would be very helpful so that I do not have to modify all of my stored procs to return a fake Id column.

Status: Completed