Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Example #1
0
 partial void DeleteTerritory(Territory instance);
Example #2
0
 partial void InsertTerritory(Territory instance);
Example #3
0
 partial void UpdateTerritory(Territory instance);
Example #4
0
		private void detach_Territories(Territory entity)
		{
			this.SendPropertyChanging();
			entity.Region = null;
		}