コード例 #1
0
		private void detach_Categories_Products(Categories_Product entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
コード例 #2
0
 partial void DeleteCategories_Product(Categories_Product instance);
コード例 #3
0
 partial void InsertCategories_Product(Categories_Product instance);
コード例 #4
0
 partial void UpdateCategories_Product(Categories_Product instance);
コード例 #5
0
		private void attach_Categories_Products(Categories_Product entity)
		{
			this.SendPropertyChanging();
			entity.Category = this;
		}