-
Notifications
You must be signed in to change notification settings - Fork 5
EFCoreRepository Attach Method #4
Copy link
Copy link
Open
Labels
BacklogIssues which have not yet been prioritizedIssues which have not yet been prioritizedbugSomething isn't workingSomething isn't working
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
BacklogIssues which have not yet been prioritizedIssues which have not yet been prioritizedbugSomething isn't workingSomething isn't working
Type
Projects
- StatusShow more project fields🔖 Ready
Attach method needs to ensure that object graph is populated prior to attaching, otherwise it will assume it is already done and then attempt to attach which will generate errors with identity inserts, foreign keys and such. Something along the lines of Find(key) needs to be used first.