Exemple #1
0
		private void detach_IntegratedSchools(IntegratedSchool entity)
		{
			this.SendPropertyChanging();
			entity.School = null;
		}
Exemple #2
0
 partial void DeleteIntegratedSchool(IntegratedSchool instance);
Exemple #3
0
 partial void InsertIntegratedSchool(IntegratedSchool instance);
Exemple #4
0
 partial void UpdateIntegratedSchool(IntegratedSchool instance);
Exemple #5
0
		private void attach_IntegratedSchools(IntegratedSchool entity)
		{
			this.SendPropertyChanging();
			entity.Integration = this;
		}