Exemple #1
0
 partial void DeleteCountryTimeZoneTable(CountryTimeZoneTable instance);
Exemple #2
0
 partial void UpdateCountryTimeZoneTable(CountryTimeZoneTable instance);
Exemple #3
0
		private void detach_CountryTimeZoneTable(CountryTimeZoneTable entity)
		{
			this.SendPropertyChanging();
			entity.CountryTable = null;
		}
Exemple #4
0
 partial void InsertCountryTimeZoneTable(CountryTimeZoneTable instance);
Exemple #5
0
		private void attach_CountryTimeZoneTable(CountryTimeZoneTable entity)
		{
			this.SendPropertyChanging();
			entity.TimeZoneTable = this;
		}