コード例 #1
0
 public InstructorModel(Instructor i)
 {
     _instructor = i;
     populate();
 }
コード例 #2
0
 partial void DeleteInstructor(Instructor instance);
コード例 #3
0
 partial void InsertInstructor(Instructor instance);
コード例 #4
0
 partial void UpdateInstructor(Instructor instance);
コード例 #5
0
		private void detach_Instructors(Instructor entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}