I actually have 2 questions regarding Drupal 7 and Rules.: How to check if a term exists with rules How to make a new node and forward to the node entry with rules
My application is using EF code-first design and all generally works very well. Via a private configuration file, I can specify how I would like EF to handle changes to the db schema, and so create/r
I am trying to understand how to use external entities, but I am missing something. I have a first file, test_entity.xml
Why isn\'t my CascadeType.REFRESH actually refreshing my entities? When adding an object it doesn\'t update the collection (still empty).
I have run into a problem with Entity Framework. My code tries to delete 1 or more objects mostly less then 10 from a table.
How can I fake an ObjectContext when unit testing?I have created my generic repository that excepts an ObjectContext, faked the ObjectSets, but I can\'t figure out how to create and pass a fake Object
I have entity \"Ideas\", which has child entity collection \"ChildIdeas\". I need to load list of ideas and count of \"ChildIdeas\" (only count!).
If I use my entity model in a web project I can navigate to the 1-* 1-0.1 nav properties fine...but when I load that exact same object via LinqPad at my oData Service the nav property is always null
I have a native query that executes a stored procedure and the results is mapped to an entity, this works fine but the t开发者_开发技巧hing is the entity is created in the database (I\'m referring to
I\'ve s开发者_高级运维uddenly been tripped up by a bizarre issue.I have a rather extensive CoreData data model, and I\'ve copied it (and the project containing it) over to a new project for a prototyp