public frmWellItem(DB db, tblWell well) { InitializeComponent(); _well = well; Fill(); }
public tblWell GetWell() { if (_well == null) { _well = new tblWell(); } return _well; }
private void detach_tblWell(tblWell entity) { this.SendPropertyChanging(); entity.tblGwl = null; }
private void attach_tblWell(tblWell entity) { this.SendPropertyChanging(); entity.tblGwl = this; }
partial void DeletetblWell(tblWell instance);
partial void UpdatetblWell(tblWell instance);
partial void InserttblWell(tblWell instance);