insert issue
LINQ
2
Posts
2
Posters
2
Views
1
Watching
-
hi ,i am new to linq, Machine_Integration dc = Machine_Integration.GetObject(); var qry = dc.Machine_Assays; qry.InsertOnSubmit(assay); dc.SubmitChanges(); it gives error , it inserts values in the parent table but i just want to insert values in child tables not in the parent table .
Tauseef A Khan MCP Dotnet framework 2.0.
-
hi ,i am new to linq, Machine_Integration dc = Machine_Integration.GetObject(); var qry = dc.Machine_Assays; qry.InsertOnSubmit(assay); dc.SubmitChanges(); it gives error , it inserts values in the parent table but i just want to insert values in child tables not in the parent table .
Tauseef A Khan MCP Dotnet framework 2.0.