Exemple #1
0
 public void Configure(CommandBuilder sql, bool withStatistics)
 {
     configure(sql, withStatistics);
     if (Next != null)
     {
         sql.Append(" ");
         Next.Configure(sql, withStatistics);
     }
 }