Ejemplo n.º 1
0
 partial void Deletet_Pilot(t_Pilot instance);
Ejemplo n.º 2
0
 partial void Updatet_Pilot(t_Pilot instance);
Ejemplo n.º 3
0
 partial void Insertt_Pilot(t_Pilot instance);
Ejemplo n.º 4
0
		private void detach_t_Pilots(t_Pilot entity)
		{
			this.SendPropertyChanging();
			entity.t_Picture = null;
		}
Ejemplo n.º 5
0
		private void attach_t_Pilots(t_Pilot entity)
		{
			this.SendPropertyChanging();
			entity.t_Picture = this;
		}
Ejemplo n.º 6
0
		private void detach_t_Pilots(t_Pilot entity)
		{
			this.SendPropertyChanging();
			entity.t_CompetitionSet = null;
		}