コード例 #1
0
ファイル: DataBase.designer.cs プロジェクト: oldman28/fishing
 partial void DeleteItems(Items instance);
コード例 #2
0
ファイル: DataBase.designer.cs プロジェクト: oldman28/fishing
 partial void UpdateItems(Items instance);
コード例 #3
0
ファイル: DataBase.designer.cs プロジェクト: oldman28/fishing
 private void detach_Items(Items entity)
 {
     this.SendPropertyChanging();
     entity.Category = null;
 }
コード例 #4
0
ファイル: DataBase.designer.cs プロジェクト: oldman28/fishing
 partial void InsertItems(Items instance);
コード例 #5
0
ファイル: DataBase.designer.cs プロジェクト: oldman28/fishing
 private void attach_Items(Items entity)
 {
     this.SendPropertyChanging();
     entity.Category = this;
 }