Exemplo n.º 1
0
 partial void Deletet_User_CompetitionSet(t_User_CompetitionSet instance);
Exemplo n.º 2
0
 partial void Updatet_User_CompetitionSet(t_User_CompetitionSet instance);
Exemplo n.º 3
0
		private void detach_t_User_CompetitionSets(t_User_CompetitionSet entity)
		{
			this.SendPropertyChanging();
			entity.t_User = null;
		}
Exemplo n.º 4
0
 partial void Insertt_User_CompetitionSet(t_User_CompetitionSet instance);
Exemplo n.º 5
0
		private void attach_t_User_CompetitionSets(t_User_CompetitionSet entity)
		{
			this.SendPropertyChanging();
			entity.t_CompetitionSet = this;
		}