Exemplo n.º 1
0
		private void detach_Customers(Customer entity)
		{
			this.SendPropertyChanging();
			entity.City = null;
		}
Exemplo n.º 2
0
		private void attach_Customers(Customer entity)
		{
			this.SendPropertyChanging();
			entity.City = this;
		}
Exemplo n.º 3
0
 partial void UpdateCustomer(Customer instance);
Exemplo n.º 4
0
 partial void DeleteCustomer(Customer instance);
Exemplo n.º 5
0
 partial void InsertCustomer(Customer instance);