private void detach_DIBS_Fields(DIBS_Field entity) { this.SendPropertyChanging(); entity.DIBS_Unit = null; }
private void attach_DIBS_Fields(DIBS_Field entity) { this.SendPropertyChanging(); entity.DIBS_Source = this; }
partial void UpdateDIBS_Field(DIBS_Field instance);
partial void DeleteDIBS_Field(DIBS_Field instance);
partial void InsertDIBS_Field(DIBS_Field instance);