Esempio n. 1
0
 private void detach_Bestellung(Bestellung entity)
 {
     this.SendPropertyChanging();
     entity.User = null;
 }
Esempio n. 2
0
 partial void DeleteBestellung(Bestellung instance);
Esempio n. 3
0
 private void attach_Bestellung(Bestellung entity)
 {
     this.SendPropertyChanging();
     entity.User = this;
 }
Esempio n. 4
0
 partial void InsertBestellung(Bestellung instance);
Esempio n. 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);