private void detach_routes1(routes entity)
		{
			this.SendPropertyChanging();
			entity.airports1 = null;
		}
 partial void Deleteroutes(routes instance);
		private void attach_routes1(routes entity)
		{
			this.SendPropertyChanging();
			entity.airports1 = this;
		}
 partial void Insertroutes(routes instance);
 partial void Updateroutes(routes instance);
Example #6
0
 private void detach_routes1(routes entity)
 {
     this.SendPropertyChanging();
     entity.airports1 = null;
 }
Example #7
0
 private void attach_routes1(routes entity)
 {
     this.SendPropertyChanging();
     entity.airports1 = this;
 }
Example #8
0
 partial void Deleteroutes(routes instance);
Example #9
0
 partial void Updateroutes(routes instance);
Example #10
0
 partial void Insertroutes(routes instance);