コード例 #1
0
 private void detach_Notas(Nota entity)
 {
     this.SendPropertyChanging("Notas");
     entity.Evaluacion = null;
 }
コード例 #2
0
 partial void DeleteNota(Nota instance);
コード例 #3
0
 partial void UpdateNota(Nota instance);
コード例 #4
0
 partial void InsertNota(Nota instance);
コード例 #5
0
 private void detach_Notas(Nota entity)
 {
     this.SendPropertyChanging("Notas");
     entity.Alumno = null;
 }
コード例 #6
0
 private void attach_Notas(Nota entity)
 {
     this.SendPropertyChanging("Notas");
     entity.Alumno = this;
 }