/// <summary> /// Deprecated Method for adding a new object to the ExcutivedDeals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToExcutivedDeals(ExcutivedDeal excutivedDeal) { base.AddObject("ExcutivedDeals", excutivedDeal); }
/// <summary> /// Create a new ExcutivedDeal object. /// </summary> /// <param name="dealId">Initial value of the DealId property.</param> public static ExcutivedDeal CreateExcutivedDeal(global::System.String dealId) { ExcutivedDeal excutivedDeal = new ExcutivedDeal(); excutivedDeal.DealId = dealId; return excutivedDeal; }