Why all properties in an entity have object type?
Posted: Tue 02 Feb 2016 19:10
I generated the entities from tables in SQL Server. I noticed that in all the metadata files, all the properties have type of 'object' instead of types like int and string. Why is that? However in the dto files, the types are correct. I am using the latest version of Entity Developer.