コード例 #1
0
 partial void DeleteT_POItem(T_POItem instance);
コード例 #2
0
 partial void UpdateT_POItem(T_POItem instance);
コード例 #3
0
 partial void InsertT_POItem(T_POItem instance);
コード例 #4
0
		private void detach_T_POItem(T_POItem entity)
		{
			this.SendPropertyChanging();
			entity.T_Item = null;
		}
コード例 #5
0
		private void attach_T_POItem(T_POItem entity)
		{
			this.SendPropertyChanging();
			entity.T_Item = this;
		}
コード例 #6
0
		private void attach_T_POItem(T_POItem entity)
		{
			this.SendPropertyChanging();
			entity.T_PurchaseOrder = this;
		}