Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1608 Points
1280 Posts
Jun 10, 2009 08:22 AM|LINK
adding a refernce to System.Data.Linq fixed my problem, I now have a bunch of properties and methods available, with one notable exception. There is no 'Add' method !
The underlying table has a primary key (an identity column)
Any ideas why the 'Add' is missing ?
misuk11
Participant
1608 Points
1280 Posts
Re: LINQ Problem
Jun 10, 2009 08:22 AM|LINK
adding a refernce to System.Data.Linq fixed my problem, I now have a bunch of properties and methods available, with one notable exception. There is no 'Add' method !
The underlying table has a primary key (an identity column)
Any ideas why the 'Add' is missing ?