Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Section EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSection(Section section)
 {
     base.AddObject("Section", section);
 }
Exemplo n.º 2
0
 /// <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;
 }