Exemplo n.º 1
0
 private void detach_Subj_Teaches(Subj_Teach entity)
 {
     this.SendPropertyChanging();
     entity.Subject = null;
 }
Exemplo n.º 2
0
 partial void DeleteSubj_Teach(Subj_Teach instance);
Exemplo n.º 3
0
 private void attach_Subj_Teaches(Subj_Teach entity)
 {
     this.SendPropertyChanging();
     entity.Subject = this;
 }
Exemplo n.º 4
0
 partial void InsertSubj_Teach(Subj_Teach instance);
Exemplo n.º 5
0
 partial void UpdateSubj_Teach(Subj_Teach instance);
		private void detach_Subj_Teaches(Subj_Teach entity)
		{
			this.SendPropertyChanging();
			entity.Subject = null;
		}
		private void attach_Subj_Teaches(Subj_Teach entity)
		{
			this.SendPropertyChanging();
			entity.Subject = this;
		}
 partial void DeleteSubj_Teach(Subj_Teach instance);
 partial void UpdateSubj_Teach(Subj_Teach instance);
 partial void InsertSubj_Teach(Subj_Teach instance);