コード例 #1
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void detach_CustomerCustomerDemo(CustomerCustomerDemo entity)
		{
			this.SendPropertyChanging();
			entity.CustomerDemographics = null;
		}
コード例 #2
0
ファイル: Northwind.designer.cs プロジェクト: nbnbnb/DemoSite
		private void attach_CustomerCustomerDemo(CustomerCustomerDemo entity)
		{
			this.SendPropertyChanging();
			entity.Customers = this;
		}