示例#1
0
 partial void Deletet_Map(t_Map instance);
示例#2
0
 partial void Updatet_Map(t_Map instance);
示例#3
0
 partial void Insertt_Map(t_Map instance);
示例#4
0
		private void detach_t_Maps(t_Map entity)
		{
			this.SendPropertyChanging();
			entity.t_Picture = null;
		}
示例#5
0
		private void attach_t_Maps(t_Map entity)
		{
			this.SendPropertyChanging();
			entity.t_Picture = this;
		}
示例#6
0
		private void detach_t_Maps(t_Map entity)
		{
			this.SendPropertyChanging();
			entity.t_CompetitionSet = null;
		}