コード例 #1
0
 private void detach_LinqProducts(LinqProduct entity)
 {
     this.SendPropertyChanging();
     entity.LinqStatuse = null;
 }
コード例 #2
0
 partial void DeleteLinqProduct(LinqProduct instance);
コード例 #3
0
 partial void InsertLinqProduct(LinqProduct instance);
コード例 #4
0
 partial void UpdateLinqProduct(LinqProduct instance);
コード例 #5
0
 private void attach_LinqProducts(LinqProduct entity)
 {
     this.SendPropertyChanging();
     entity.LinqCategory = this;
 }