Example #1
0
		private void detach_CustomerCustomerDemo(CustomerCustomerDemo entity)
		{
			this.SendPropertyChanging();
			entity.Customers = null;
		}
Example #2
0
		private void attach_CustomerCustomerDemo(CustomerCustomerDemo entity)
		{
			this.SendPropertyChanging();
			entity.CustomerDemographics = this;
		}
Example #3
0
 partial void UpdateCustomerCustomerDemo(CustomerCustomerDemo instance);
Example #4
0
 partial void DeleteCustomerCustomerDemo(CustomerCustomerDemo instance);
Example #5
0
 partial void InsertCustomerCustomerDemo(CustomerCustomerDemo instance);