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