コード例 #1
0
ファイル: Model.cs プロジェクト: dbarrera/steag
 private void detach_SARFPersons(SARFPersons entity)
 {
     this.SendPropertyChanging();
     entity.SARF = null;
 }
コード例 #2
0
ファイル: Model.cs プロジェクト: dbarrera/steag
 private void attach_SARFPersons(SARFPersons entity)
 {
     this.SendPropertyChanging();
     entity.SARF = this;
 }
コード例 #3
0
partial         void InsertSARFPersons(SARFPersons instance);
コード例 #4
0
partial         void UpdateSARFPersons(SARFPersons instance);
コード例 #5
0
partial         void DeleteSARFPersons(SARFPersons instance);