コード例 #1
0
		private void detach_tblSections(tblSection entity)
		{
			this.SendPropertyChanging();
			entity.tblDepartment = null;
		}
コード例 #2
0
 partial void UpdatetblSection(tblSection instance);
コード例 #3
0
 partial void DeletetblSection(tblSection instance);
コード例 #4
0
 partial void InserttblSection(tblSection instance);
コード例 #5
0
 private void detach_tblSections(tblSection entity)
 {
     this.SendPropertyChanging();
     entity.tblDepartment = null;
 }
コード例 #6
0
 partial void DeletetblSection(tblSection instance);
コード例 #7
0
 partial void UpdatetblSection(tblSection instance);
コード例 #8
0
 partial void InserttblSection(tblSection instance);