Exemplo n.º 1
0
		private void detach_tblEvents(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.lutClub = null;
		}
Exemplo n.º 2
0
 partial void DeletetblEvent(tblEvent instance);
Exemplo n.º 3
0
		private void attach_tblEvents(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.lutClub = this;
		}
Exemplo n.º 4
0
 partial void UpdatetblEvent(tblEvent instance);
Exemplo n.º 5
0
 partial void InserttblEvent(tblEvent instance);
Exemplo n.º 6
0
		private void detach_tblEvents(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.tblVenue = null;
		}
Exemplo n.º 7
0
		private void attach_tblEvents(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.tblVenue = this;
		}
Exemplo n.º 8
0
		private void detach_tblEventsController(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.tblCompetitorController = null;
		}
Exemplo n.º 9
0
		private void attach_tblEventsPlanner(tblEvent entity)
		{
			this.SendPropertyChanging();
			entity.tblCompetitorPlanner = this;
		}