private void detach_InterestImages(InterestImage entity) { this.SendPropertyChanging(); entity.Interest = null; }
private void attach_InterestImages(InterestImage entity) { this.SendPropertyChanging(); entity.Interest = this; }
partial void UpdateInterestImage(InterestImage instance);
partial void DeleteInterestImage(InterestImage instance);
partial void InsertInterestImage(InterestImage instance);