Search:

Type: Posts; User: simmdan

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    5,434

    One thing to keep in mind is that you need to set...

    One thing to keep in mind is that you need to set StoreGeneratedPattern to identity for any properties whose value will automatically be computed by the database and set when you insert an entity. ...
  2. Replies
    5
    Views
    5,434

    Generally the entity framework will automatically...

    Generally the entity framework will automatically handle ordering operations so that you should not get constraint errors. You should not need to call SaveChanges twice or anything like that. When...
  3. Replies
    3
    Views
    3,804

    I'm surprised that you are seeing the particular...

    I'm surprised that you are seeing the particular exception that you are getting, but I can tell you that Include is not intended to be used with that many related entities in a single query. Every...
Results 1 to 3 of 3