コード例 #1
0
ファイル: DataContext.cs プロジェクト: Grim-Jokes/Ifba2Bbic
 partial void DeleteCountryTimeZoneTable(CountryTimeZoneTable instance);
コード例 #2
0
ファイル: DataContext.cs プロジェクト: Grim-Jokes/Ifba2Bbic
 partial void UpdateCountryTimeZoneTable(CountryTimeZoneTable instance);
コード例 #3
0
ファイル: DataContext.cs プロジェクト: Grim-Jokes/Ifba2Bbic
		private void detach_CountryTimeZoneTable(CountryTimeZoneTable entity)
		{
			this.SendPropertyChanging();
			entity.CountryTable = null;
		}
コード例 #4
0
ファイル: DataContext.cs プロジェクト: Grim-Jokes/Ifba2Bbic
 partial void InsertCountryTimeZoneTable(CountryTimeZoneTable instance);
コード例 #5
0
ファイル: DataContext.cs プロジェクト: Grim-Jokes/Ifba2Bbic
		private void attach_CountryTimeZoneTable(CountryTimeZoneTable entity)
		{
			this.SendPropertyChanging();
			entity.TimeZoneTable = this;
		}