partial void DeletePlants_Harvested(Plants_Harvested instance);
partial void UpdatePlants_Harvested(Plants_Harvested instance);
private void detach_Plants_Harvesteds(Plants_Harvested entity) { this.SendPropertyChanging(); entity.Plant = null; }
partial void InsertPlants_Harvested(Plants_Harvested instance);
private void detach_Plants_Harvesteds(Plants_Harvested entity) { this.SendPropertyChanging(); entity.Fishtank_Station = null; }