2005-09-16から1日間の記事一覧

DLINK更新&トランザクション

更新方法とトランザクション情報が来ました。 Northwind db = new Northwind(@"c:\nwind.mdf"); using (TransactionScope tx = new TransactionScope()) { var query = from c in db.Customers where c.CustomerID == "AAAAA" select c; var customer = quer…