public static void Main()
		{
			SqlDataAdapter_RowUpdated tc = new SqlDataAdapter_RowUpdated();
			Exception exp = null;
			try
			{
				tc.BeginTest("SqlDataAdapter_RowUpdated");
				tc.run();
			}
			catch(Exception ex)
			{
				exp = ex;
			}
			finally
			{
				tc.EndTest(exp);
			}
		}
示例#2
0
        public static void Main()
        {
            SqlDataAdapter_RowUpdated tc = new SqlDataAdapter_RowUpdated();
            Exception exp = null;

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