Microsoft.com
All DevCenters
MSDN Home
MSDN Code Gallery:
Code Gallery Home
|
Browse Gallery
|
Share Code
|
Help and FAQs
Persistence Ignorance (POCO) Adapter for Entity Framework
Home
Downloads
Discussions
People
License
Close
RSS
All Resource Updates
Discussions
Releases
Wiki
RSS
Discussions List
|
Create New Discussion
1-10
of
29
< Previous
Next >
Discussions for Persistence Ignorance (POCO) Adapter for Entity Framework
Latest post:
Oct 11
7:19 AM
2 Posts
Can't do projections to POCO class?
First post:
chemendonca
wrote: Given a simple POCO class such as: public class User { public int Id { get; set; } public string Name { get; set; } public string Password { get; set; } } When I try a query with projec...
Latest post:
rami2
wrote: Any updates to a better work-around other than having to recreate a class to hold the same property values? Thank you.
Jump to:
First Post
|
Latest Post
Latest post:
Oct 2
4:02 PM
1 Post
Problem with ApplyPropertyChanges
First post:
MatteoMosca
wrote: I am experiencing a strange problem using ApplyPropertyChanges. In my Business Layer, I receive the POCO instance containing the updated values. I update two fixed values then pass it to...
Jump to:
First Post
Latest post:
Oct 1
4:22 PM
1 Post
Error: "Error binding to target method" when call EFPocoCompiledQuery.Compi
le
First post:
ngocluu
wrote: var test = EFPocoCompiledQuery.Compile((NorthwindEntities context) => context.Customers.Where(c => c.CustomerID == "ALFKI").Select(c => c)); using (NorthwindEntities context = new Northwi...
Jump to:
First Post
Latest post:
Sep 24
3:17 PM
1 Post
working with object graphs
First post:
mischka
wrote: I'm trying to work with the poco adapter in an ntier environment and can't figure out how to persist changed object graphs. Basically I would like to modify relationships using pocos from...
Jump to:
First Post
Latest post:
Sep 4
3:00 PM
2 Posts
Can't save entity
First post:
nodev
wrote: Hello, I'm using this framework. Iwas just testing some functionalities in the sample solution. I'v created a very simple method like this : using (EntityConnection conn = new EntityConn...
Latest post:
nodev
wrote: Ok, I do a "stupid" mistake. I always reattach modified object so detectchanges doesn't detect anything. Modified the code to attach original entity and now it works. Bye
Jump to:
First Post
|
Latest Post
Latest post:
Aug 1
4:28 PM
1 Post
Added support for TPT inheritance (aka the missing GetPocoEntityOrNull() error)
First post:
AlexPilotti
wrote: Hi, It seems that the pcocoAdapters generated by EFPocoAdapter don't support TPT inheritance (at least with the current release). Code generation works fine, but compiling the generated...
Jump to:
First Post
Latest post:
Jul 6
12:09 PM
1 Post
Can't get it to work.
First post:
MatteoMosca
wrote: I've created an extremely simple database, with 3 tables: Users, Products and a many-to-many table called Orders. Something like this: Users 1 ----- * Orders * ------ 1 Products Then I ...
Jump to:
First Post
Latest post:
Jul 2
1:11 PM
1 Post
Private entitykey and reference setters
First post:
LarsErik
wrote: Hi! I might have overlooked a thread or a post, so feel free to direct me. :) I've been trying to use private setters for keys and references, but as far as I've figured out it's not po...
Jump to:
First Post
Latest post:
Jun 19
1:55 PM
3 Posts
Very weird error on POCO Adapter for Entity Framework v1
First post:
GutembergRibeiro
wrote: Hi! I'm getting one MappingException when try to call context.SaveChanges(). Before I ask for help, let me explain all steps I followed to try use it here. 1. *Create Entity Framework Mo...
Latest post:
GutembergRibeiro
wrote: {quote} jkowalski wrote: Can you create a minimal version of your project including only relevant classes and send it to jaroslaw dot kowalski at microsoft dot com. Jarek {quot...
Jump to:
First Post
|
Latest Post
Latest post:
Jun 11
6:46 PM
1 Post
Injecting some ELINQ or doing a wildcard search
First post:
LarsErik
wrote: Hi! I just stumbled over a problem with EF and the PA. I can't do any "column LIKE '%this%near%that%'" type searches. I thought of checking out this ELINQ stuff I briefly laid my eyes on...
Jump to:
First Post
Configure View
Sorted by
Latest post
Search
Filter
(by tag)
All tags
1-10
of
29
< Previous
1
2
3
Next >
Show
10
25
50
All
discussions
View All (http://code.msdn.microsoft.com/EFPocoAdapter/Thread/List.aspx?ViewAll=true)
Manage Your Profile
Legal
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...