コード例 #1
0
 /// <summary>
 /// Create a new Section object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="sectionNumber">Initial value of the SectionNumber property.</param>
 /// <param name="lectureId">Initial value of the LectureId property.</param>
 public static Section CreateSection(global::System.Int32 id, global::System.String sectionNumber, global::System.Int32 lectureId)
 {
     Section section = new Section();
     section.Id = id;
     section.SectionNumber = sectionNumber;
     section.LectureId = lectureId;
     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);
 }