I would like to start by saying that im new to EF, and the following text is just based on my assumptions. So feel free to correct me on where im wrong:
I have an entity generated by EF called Foo. I suppose this is an EntityObject. So if i create an instance of Foo, it will be an EntityObject.
But if i create a new partial class called Foo in my Entity Modifications folder, i will have a POCO version of it. I would like to know how to use the POCO instead of the EntityObject.