示例#1
0
 /// <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;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Sections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSections(Section section)
 {
     base.AddObject("Sections", section);
 }