예제 #1
0
 public SqlExecuteContext(DbQuery dbquery)
 {
     IsTrans = dbquery.IsTrans;
     IsStill = IsTrans || dbquery.IsStill;
 }