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

            executor.Execute(command);
        }