Hello,
I am working with a static myEntityCollection, make changes through my application to the same (in memory only) and using SaveMulti() when required. Can you please suggest how to handle a case: myChild entity with FK reference tied to myParent entity that is having auto increment in DB as PK.
Now I create a new myParent entity(in memory only) that has no primary key generated till now (in DB Sql 2005). I need to bind that to a new myChild record (myChild is also in memory only till now), how can I figure out the actual PK of myParent to be tied to myChild while saving. Any help?