Is there anyway I can get the whole object Platform instead of just the properties in this query, I am using Poco with EF4:
I am having alot of troubles with my JOIN, I dont know if it depends on the EDM or if its just the LINQ-query.
I have a detached POCO proxy from EF 4.0 (detached meaning the Obje开发者_高级运维ctContext has disposed).
I\'m attempting to map a 1-M relationship between two entities where the first one is normally mapped to a table and the second one is taken from a view.
I was thinking lately to start a sample project to find a formula between a N Tier app using WCF,Windows Forms,WPF,Compact Framework.
I was looking at this post that describes a simple way to do databinding between POCO properties: Data Binding POCO Properties
I have a pretty simple problem with a not-so-obvious solution. I have a relational mapping in my database between Users and Roles, and each user can be mapped to one or more roles.So the mapping is li
I am using EF 4.0 with POCO. I am trying to to get metdata information from the conceptual model. I was able to use the MetadataWorkspace\'s GetItems() method to get metadata information from the con
With EF 4.1 on the way and CTP5 being available for few months now I\'ve decided to try out the new functionality. As I see, there are multiple generation items available (DbContext and three differen
I would modify detached entity with associated collection, ex : Person and Address are POCO. When I attach entity and save changes, the collection changes isn\'t detected, how can I update Person wi