コード例 #1
0
 partial void DeletetbImage(tbImage instance);
コード例 #2
0
 partial void UpdatetbImage(tbImage instance);
コード例 #3
0
		private void detach_tbImages(tbImage entity)
		{
			this.SendPropertyChanging();
			entity.tbGame = null;
		}
コード例 #4
0
 partial void InserttbImage(tbImage instance);
コード例 #5
0
		private void attach_tbImages(tbImage entity)
		{
			this.SendPropertyChanging();
			entity.tbGame = this;
		}