예제 #1
0
파일: Jw.designer.cs 프로젝트: mitdacit/jw
		private void detach_DoctorItems(DoctorItem entity)
		{
			this.SendPropertyChanging();
			entity.Doctor = null;
		}
예제 #2
0
파일: Jw.designer.cs 프로젝트: mitdacit/jw
		private void attach_DoctorItems(DoctorItem entity)
		{
			this.SendPropertyChanging();
			entity.Doctor = this;
		}
예제 #3
0
파일: Jw.designer.cs 프로젝트: mitdacit/jw
 partial void UpdateDoctorItem(DoctorItem instance);
예제 #4
0
파일: Jw.designer.cs 프로젝트: mitdacit/jw
 partial void DeleteDoctorItem(DoctorItem instance);
예제 #5
0
파일: Jw.designer.cs 프로젝트: mitdacit/jw
 partial void InsertDoctorItem(DoctorItem instance);