/// <summary> /// Create a new Section object. /// </summary> /// <param name="idSection">Initial value of the IdSection property.</param> /// <param name="name">Initial value of the Name property.</param> public static Section CreateSection(global::System.Int32 idSection, global::System.String name) { Section section = new Section(); section.IdSection = idSection; section.Name = name; return section; }
/// <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); }