Пример #1
0
 partial void UpdateProducts(Products instance);
Пример #2
0
 partial void DeleteProducts(Products instance);
Пример #3
0
 partial void InsertProducts(Products instance);
Пример #4
0
 private void detach_Products(Products entity)
 {
     this.SendPropertyChanging();
     entity.Categories = null;
 }
Пример #5
0
 private void attach_Products(Products entity)
 {
     this.SendPropertyChanging();
     entity.Categories = this;
 }
Пример #6
0
 private void detach_Products(Products entity)
 {
     this.SendPropertyChanging();
     entity.Suppliers = null;
 }
Пример #7
0
 private void attach_Products(Products entity)
 {
     this.SendPropertyChanging();
     entity.Suppliers = this;
 }