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