예제 #1
0
 partial void UpdateProducts(Products instance);
예제 #2
0
 partial void DeleteProducts(Products instance);
예제 #3
0
 partial void InsertProducts(Products instance);
예제 #4
0
		private void detach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Categories = null;
		}
예제 #5
0
		private void attach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Categories = this;
		}
예제 #6
0
		private void detach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Suppliers = null;
		}
예제 #7
0
		private void attach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Suppliers = this;
		}