コード例 #1
0
 partial void DeleteSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
コード例 #2
0
 partial void InsertSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
コード例 #3
0
 partial void UpdateSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
コード例 #4
0
		private void detach_SalesPersonQuotaHistories(SalesPersonQuotaHistory entity)
		{
			this.SendPropertyChanging();
			entity.SalesPerson = null;
		}