@Prog! - ASP.NET -
ASP.NET(C#) - AJAX, Silverlight - のメモ書き
Sign in
|
Join
|
Help
Home
Blogs
Forums
All Tags
»
LINQ
»
TransactionScope
(RSS)
Browse Site by Tags
Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
LINQ トランザクション処理
using System; using System.Linq; using System.Transactions; using System.IO; namespace ConsoleApplication5 { class Program { static void Main(string[ args) { using (TransactionScope transactionScope = new TransactionScope()) { Test1 db = new Test1(Settings1.Default.ConnectionString); StreamWriter sw...
Posted to
ADO.NET / LINQ
(Forum)
by
Yu Asano
on 10-25-2008
Page 1 of 1 (1 items)
momotchi.net