コード例 #1
0
		private void detach_tbGameGenres(tbGameGenre entity)
		{
			this.SendPropertyChanging();
			entity.tbGame = null;
		}
コード例 #2
0
		private void attach_tbGameGenres(tbGameGenre entity)
		{
			this.SendPropertyChanging();
			entity.tbGame = this;
		}
コード例 #3
0
 partial void UpdatetbGameGenre(tbGameGenre instance);
コード例 #4
0
 partial void DeletetbGameGenre(tbGameGenre instance);
コード例 #5
0
 partial void InserttbGameGenre(tbGameGenre instance);