Exemple #1
0
		private void detach_MyProducts(MyProduct entity)
		{
			this.SendPropertyChanging();
			entity.Category = null;
		}
Exemple #2
0
		private void attach_MyProducts(MyProduct entity)
		{
			this.SendPropertyChanging();
			entity.Category = this;
		}
Exemple #3
0
 partial void UpdateMyProduct(MyProduct instance);
Exemple #4
0
 partial void DeleteMyProduct(MyProduct instance);
Exemple #5
0
 partial void InsertMyProduct(MyProduct instance);