コード例 #1
0
ファイル: Entities.designer.cs プロジェクト: hieur8/web-mbec
 partial void DeleteDistrict(District instance);
コード例 #2
0
ファイル: Entities.designer.cs プロジェクト: hieur8/web-mbec
 partial void UpdateDistrict(District instance);
コード例 #3
0
ファイル: Entities.designer.cs プロジェクト: hieur8/web-mbec
		private void detach_Districts(District entity)
		{
			this.SendPropertyChanging();
			entity.City = null;
		}
コード例 #4
0
ファイル: Entities.designer.cs プロジェクト: hieur8/web-mbec
 partial void InsertDistrict(District instance);
コード例 #5
0
ファイル: Entities.designer.cs プロジェクト: hieur8/web-mbec
		private void attach_Districts(District entity)
		{
			this.SendPropertyChanging();
			entity.City = this;
		}