private void detach_Notes(Notes entity) { this.SendPropertyChanging(); entity.Topics = null; }
private void attach_Notes(Notes entity) { this.SendPropertyChanging(); entity.Topics = this; }
partial void UpdateNotes(Notes instance);
partial void DeleteNotes(Notes instance);
partial void InsertNotes(Notes instance);