コード例 #1
0
ファイル: Cinema.designer.cs プロジェクト: gsores2/LinqToSQL
 private void detach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = null;
 }
コード例 #2
0
ファイル: Cinema.designer.cs プロジェクト: gsores2/LinqToSQL
 private void attach_Casts(Cast entity)
 {
     this.SendPropertyChanging();
     entity.Movy = this;
 }
コード例 #3
0
ファイル: Cinema.designer.cs プロジェクト: gsores2/LinqToSQL
 partial void UpdateCast(Cast instance);
コード例 #4
0
ファイル: Cinema.designer.cs プロジェクト: gsores2/LinqToSQL
 partial void DeleteCast(Cast instance);
コード例 #5
0
ファイル: Cinema.designer.cs プロジェクト: gsores2/LinqToSQL
 partial void InsertCast(Cast instance);