コード例 #1
0
		private void detach_SectionInstructorMaps(SectionInstructorMap entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #2
0
		private void attach_SectionInstructorMaps(SectionInstructorMap entity)
		{
			this.SendPropertyChanging();
			entity.Section = this;
		}
コード例 #3
0
 partial void UpdateSectionInstructorMap(SectionInstructorMap instance);
コード例 #4
0
 partial void DeleteSectionInstructorMap(SectionInstructorMap instance);
コード例 #5
0
 partial void InsertSectionInstructorMap(SectionInstructorMap instance);