Example #1
0
		/// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
		/// <param name="entity">The related entity to detach from</param>
		private void Detach_SalesPersonQuotaHistories(SalesPersonQuotaHistory entity)
		{
			this.SendPropertyChanging("SalesPersonQuotaHistories");
			entity.SalesPerson = null;
		}
Example #2
0
 /// <summary>Detaches this instance from the entity specified so it's no longer an associated entity</summary>
 /// <param name="entity">The related entity to detach from</param>
 private void Detach_SalesPersonQuotaHistories(SalesPersonQuotaHistory entity)
 {
     this.SendPropertyChanging("SalesPersonQuotaHistories");
     entity.SalesPerson = null;
 }