public Function() { try { rd = new DataBase(); } catch (Exception ex) { throw ex; } }
public Procedure() { try { rd = new DataBase(); } catch (Exception ex) { throw ex; } }
public Trigger() { try { rd = new DataBase(); } catch (Exception ex) { throw ex; } }
public EntityModel() { try { rd = new DataBase(); } catch (Exception ex) { throw ex; } }
public LookUp() { try { rd = new DataBase(); } catch (Exception ex) { throw ex; } }
public Job() { try { rd = new DataBase(); dtResult = new DataTable(); } catch (Exception ex) { throw ex; } }
public FormElement() { try { rd = new DataBase(); dtResult = new DataTable(); } catch (Exception ex) { throw ex; } }