Example #1
0
		private void detach_StudentClothes(StudentClothe entity)
		{
			this.SendPropertyChanging();
			entity.SchoolClothe = null;
		}
Example #2
0
 partial void UpdateStudentClothe(StudentClothe instance);
Example #3
0
 partial void DeleteStudentClothe(StudentClothe instance);
Example #4
0
 partial void InsertStudentClothe(StudentClothe instance);