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