Esempio n. 1
0
		private void detach_Customers1(Customer entity)
		{
			this.SendPropertyChanging();
			entity.UsrUser1 = null;
		}
Esempio n. 2
0
		private void attach_Customers(Customer entity)
		{
			this.SendPropertyChanging();
			entity.UsrUser = this;
		}
Esempio n. 3
0
 partial void DeleteCustomer(Customer instance);
Esempio n. 4
0
 partial void UpdateCustomer(Customer instance);
Esempio n. 5
0
 partial void InsertCustomer(Customer instance);
Esempio n. 6
0
		private void detach_Customers(Customer entity)
		{
			this.SendPropertyChanging();
			entity.ShBlobData = null;
		}