[Test] public void Main()
		{
			DataColumnCollection_Remove_D tc = new DataColumnCollection_Remove_D();
			Exception exp = null;
			try
			{
				tc.BeginTest("DataColumnCollection_Remove_D");
				tc.run();
			}
			catch(Exception ex)
			{
				exp = ex;
			}
			finally
			{
				tc.EndTest(exp);
			}
		}
        [Test] public void Main()
        {
            DataColumnCollection_Remove_D tc = new DataColumnCollection_Remove_D();
            Exception exp = null;

            try
            {
                tc.BeginTest("DataColumnCollection_Remove_D");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
        }