コード例 #1
0
		private void detach_routes1(routes entity)
		{
			this.SendPropertyChanging();
			entity.airports1 = null;
		}
コード例 #2
0
 partial void Deleteroutes(routes instance);
コード例 #3
0
		private void attach_routes1(routes entity)
		{
			this.SendPropertyChanging();
			entity.airports1 = this;
		}
コード例 #4
0
 partial void Insertroutes(routes instance);
コード例 #5
0
 partial void Updateroutes(routes instance);
コード例 #6
0
 private void detach_routes1(routes entity)
 {
     this.SendPropertyChanging();
     entity.airports1 = null;
 }
コード例 #7
0
 private void attach_routes1(routes entity)
 {
     this.SendPropertyChanging();
     entity.airports1 = this;
 }
コード例 #8
0
 partial void Deleteroutes(routes instance);
コード例 #9
0
 partial void Updateroutes(routes instance);
コード例 #10
0
 partial void Insertroutes(routes instance);