/// <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="sectionsID">Initial value of the SectionsID property.</param> /// <param name="sectionName">Initial value of the SectionName property.</param> /// <param name="lCID">Initial value of the LCID property.</param> public static Section CreateSection(global::System.Int32 sectionsID, global::System.String sectionName, global::System.Int32 lCID) { Section section = new Section(); section.SectionsID = sectionsID; section.SectionName = sectionName; section.LCID = lCID; return section; }