コード例 #1
0
		private void detach_tblProductItems(tblProductItem entity)
		{
			this.SendPropertyChanging();
			entity.tblDevice_Type = null;
		}
コード例 #2
0
 partial void DeletetblProductItem(tblProductItem instance);
コード例 #3
0
 partial void InserttblProductItem(tblProductItem instance);
コード例 #4
0
 partial void UpdatetblProductItem(tblProductItem instance);
コード例 #5
0
		private void detach_tblProductItems(tblProductItem entity)
		{
			this.SendPropertyChanging();
			entity.tblProductBrand = null;
		}