Hi guys,
I am using .Net 2008 and Sql Server 2008.
I have the following tables.
'------------------
Account
'-----------------
ID
Name
Version
'-----------------
PK - ID + Version
'============================
'------------------
Details
'-----------------
ID
AccountID
Version
'-----------------
PK - ID + Version
FK - AccountID + Version TO Account.ID + Account.Version
'============================
Now My Question is
How I can added this FK Association in the .NET Entity Framework model. I generate the Entity Framework model from wizard but it does on the add the FK relationship association.
I know that it works in the Visual Studio 2010 Framework 4.0 but I need resolution on this in the Visual Studio 2008.
I will appriciate if you some give snap or hint on this so that i can get it right.
Thanks
Kamleshkumar Gujarathi
[email protected]
NJ