partial void DeleteCustomerAddress(CustomerAddress instance);
partial void UpdateCustomerAddress(CustomerAddress instance);
private void detach_CustomerAddresses(CustomerAddress entity) { this.SendPropertyChanging(); entity.Customer = null; }
partial void InsertCustomerAddress(CustomerAddress instance);
private void attach_CustomerAddresses(CustomerAddress entity) { this.SendPropertyChanging(); entity.Address = this; }