Exemplo n.º 1
0
        public frmWellItem(DB db, tblWell well)
        {
            InitializeComponent();

            _well = well;
            Fill();
        }
Exemplo n.º 2
0
 public tblWell GetWell()
 {
     if (_well == null)
     {
         _well = new tblWell();
     }
     return _well;
 }
Exemplo n.º 3
0
		private void detach_tblWell(tblWell entity)
		{
			this.SendPropertyChanging();
			entity.tblGwl = null;
		}
Exemplo n.º 4
0
		private void attach_tblWell(tblWell entity)
		{
			this.SendPropertyChanging();
			entity.tblGwl = this;
		}
Exemplo n.º 5
0
 partial void DeletetblWell(tblWell instance);
Exemplo n.º 6
0
 partial void UpdatetblWell(tblWell instance);
Exemplo n.º 7
0
 partial void InserttblWell(tblWell instance);