Example #1
0
 private void detach_Bestellung(Bestellung entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
Example #2
0
 partial void DeleteBestellung(Bestellung instance);
Example #3
0
 private void attach_Bestellung(Bestellung entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }
Example #4
0
 partial void InsertBestellung(Bestellung instance);
Example #5
0
 partial void UpdateBestellung(Bestellung instance);
		private void detach_Bestellung(Bestellung entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
		private void attach_Bestellung(Bestellung entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
 partial void DeleteBestellung(Bestellung instance);
 partial void UpdateBestellung(Bestellung instance);
 partial void InsertBestellung(Bestellung instance);