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