private void detach_BinhLuans(BinhLuan entity) { this.SendPropertyChanging(); entity.TaiKhoan = null; }
private void detach_BinhLuans(BinhLuan entity) { this.SendPropertyChanging(); entity.BaiViet = null; }
private void attach_BinhLuans(BinhLuan entity) { this.SendPropertyChanging(); entity.BaiViet = this; }
partial void DeleteBinhLuan(BinhLuan instance);
partial void UpdateBinhLuan(BinhLuan instance);
partial void InsertBinhLuan(BinhLuan instance);