/// <summary> /// Deprecated Method for adding a new object to the Testimonial_Article EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTestimonial_Article(Testimonial_Article testimonial_Article) { base.AddObject("Testimonial_Article", testimonial_Article); }
/// <summary> /// Create a new Testimonial_Article object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static Testimonial_Article CreateTestimonial_Article(global::System.Int32 id) { Testimonial_Article testimonial_Article = new Testimonial_Article(); testimonial_Article.id = id; return testimonial_Article; }