Beispiel #1
0
        public frmWellItem(DB db, tblWell well)
        {
            InitializeComponent();

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