private void detach_ALBUMs(ALBUM entity) { this.SendPropertyChanging(); entity.SINGER = null; }
private void attach_ALBUMs(ALBUM entity) { this.SendPropertyChanging(); entity.SINGER = this; }
partial void UpdateALBUM(ALBUM instance);
partial void DeleteALBUM(ALBUM instance);
partial void InsertALBUM(ALBUM instance);