protected DbExecutor NewExecutor(string connectionString, IsolationLevel tranLevel = IsolationLevel.Unspecified) { return(DbFactory.CreateExecutor(connectionString, this.DBType, tranLevel)); }