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