コード例 #1
0
ファイル: DbAgent.cs プロジェクト: bw2015/SP.StudioCore
 protected DbExecutor NewExecutor(string connectionString, IsolationLevel tranLevel = IsolationLevel.Unspecified)
 {
     return(DbFactory.CreateExecutor(connectionString, this.DBType, tranLevel));
 }