/// <summary> /// Deprecated Method for adding a new object to the PullQuotes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPullQuotes(PullQuote pullQuote) { base.AddObject("PullQuotes", pullQuote); }
/// <summary> /// Create a new PullQuote object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="text">Initial value of the Text property.</param> public static PullQuote CreatePullQuote(global::System.Int32 id, global::System.String text) { PullQuote pullQuote = new PullQuote(); pullQuote.Id = id; pullQuote.Text = text; return pullQuote; }