private void detach_BBSNote(BBSNote entity) { this.SendPropertyChanging(); entity.Users = null; }
private void attach_BBSNote(BBSNote entity) { this.SendPropertyChanging(); entity.Users = this; }
partial void UpdateBBSNote(BBSNote instance);
partial void DeleteBBSNote(BBSNote instance);
partial void InsertBBSNote(BBSNote instance);