コード例 #1
0
 partial void DeleteGovOfficeRegion(GovOfficeRegion instance);
コード例 #2
0
 partial void UpdateGovOfficeRegion(GovOfficeRegion instance);
コード例 #3
0
		private void detach_GovOfficeRegions(GovOfficeRegion entity)
		{
			this.SendPropertyChanging();
			entity.Country = null;
		}
コード例 #4
0
 partial void InsertGovOfficeRegion(GovOfficeRegion instance);
コード例 #5
0
		private void attach_GovOfficeRegions(GovOfficeRegion entity)
		{
			this.SendPropertyChanging();
			entity.County = this;
		}