コード例 #1
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void detach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Suppliers = null;
		}
コード例 #2
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void detach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Categories = null;
		}
コード例 #3
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void attach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Suppliers = this;
		}
コード例 #4
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void attach_Products(Products entity)
		{
			this.SendPropertyChanging();
			entity.Categories = this;
		}