コード例 #1
0
ファイル: Transaction.cs プロジェクト: stonezhu870/Eagle
 public Transaction(Database db, IsolationLevel isolationLevel)
 {
     _db = db;
     _db.BeginTransaction(isolationLevel);
 }