コード例 #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;
 }