Esempio n. 1
0
 public static void NewConnection(SqlString command)
 {
     CommandExecutor executor = new CommandExecutor();
     executor.Execute(command);
 }
Esempio n. 2
0
        public static void NewConnection(SqlString command)
        {
            CommandExecutor executor = new CommandExecutor();

            executor.Execute(command);
        }