private void detach_tblPlants(tblPlant entity) { this.SendPropertyChanging(); entity.tblCollection = null; }
private void detach_tblPlants(tblPlant entity) { this.SendPropertyChanging(); entity.tblSpecy = null; }
private void attach_tblPlants(tblPlant entity) { this.SendPropertyChanging(); entity.tblSpecy = this; }
partial void DeletetblPlant(tblPlant instance);
partial void UpdatetblPlant(tblPlant instance);
partial void InserttblPlant(tblPlant instance);