Hi all,
Here is the scene.
Agents -> Organization -> Schools Agents -> Persons -> Educators
So each of the 5 tables exist in the data base. The AgentId (GUID -> uniqueidentifier) is generated in the Agents table and I need it to be passed on to Organization -> Schools or Persons -> Educators. But Linq to SQL does not reconize that, and I did not expect it to. But I don't know whats is the best way of doing this. Right now I get a Empty (00000-0000-000000-00000) identifier in the Persons or Organizations table.
Any takes on this?
Thanks.