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