예제 #1
0
 public Function()
 {
     try
     {
         rd = new DataBase();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #2
0
 public Procedure()
 {
     try
     {
         rd = new DataBase();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #3
0
 public Trigger()
 {
     try
     {
         rd = new DataBase();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #4
0
 public EntityModel()
 {
     try
     {
         rd = new DataBase();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #5
0
 public LookUp()
 {
     try
     {
         rd = new DataBase();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #6
0
파일: Job.cs 프로젝트: sampath1983jan/TS
 public Job()
 {
     try
     {
         rd       = new DataBase();
         dtResult = new DataTable();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #7
0
 public FormElement()
 {
     try
     {
         rd       = new DataBase();
         dtResult = new DataTable();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }