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