Example #1
0
 partial void DeleteLinqProduct(LinqProduct instance);
Example #2
0
 partial void InsertLinqProduct(LinqProduct instance);
Example #3
0
 partial void UpdateLinqProduct(LinqProduct instance);
Example #4
0
 private void detach_LinqProducts(LinqProduct entity)
 {
     this.SendPropertyChanging();
     entity.LinqCategory = null;
 }