コード例 #1
0
 partial void UpdateProduct(Product instance);
コード例 #2
0
 partial void DeleteProduct(Product instance);
コード例 #3
0
 partial void InsertProduct(Product instance);
コード例 #4
0
		private void detach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.Supplier = null;
		}
コード例 #5
0
		private void attach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.Supplier = this;
		}
コード例 #6
0
		private void detach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.Category = null;
		}
コード例 #7
0
		private void attach_Products(Product entity)
		{
			this.SendPropertyChanging();
			entity.Category = this;
		}