Beispiel #1
0
 partial void DeleteStock(Stock instance);
Beispiel #2
0
 partial void UpdateStock(Stock instance);
Beispiel #3
0
 private void detach_Stocks(Stock entity)
 {
     this.SendPropertyChanging();
     entity.Product = null;
 }
Beispiel #4
0
 partial void InsertStock(Stock instance);
Beispiel #5
0
 private void attach_Stocks(Stock entity)
 {
     this.SendPropertyChanging();
     entity.Product = this;
 }