How can i Insert/Update data into my database [VS 2005 and Orcas may CTP - LINQ]
-
I am working with LINQ My evvironment is visual studio 2005 with orcas may CTP i have developed DAL for Northwind Database using SQLMetal.exe i am using the following statement for establishing a connection with DB in my code behind "Northwind.Northwind db = new Northwind.Northwind(connectionString);" its possible for me to select data from the DB but i am not getting intelisence for "db.SubmitChanges()"-------->>Its not working with my application How can i Insert/Update data into my Northwind database
-
I am working with LINQ My evvironment is visual studio 2005 with orcas may CTP i have developed DAL for Northwind Database using SQLMetal.exe i am using the following statement for establishing a connection with DB in my code behind "Northwind.Northwind db = new Northwind.Northwind(connectionString);" its possible for me to select data from the DB but i am not getting intelisence for "db.SubmitChanges()"-------->>Its not working with my application How can i Insert/Update data into my Northwind database