Exemplo n.º 1
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);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Section object.
 /// </summary>
 /// <param name="contId">Initial value of the ContId property.</param>
 /// <param name="sectId">Initial value of the SectId property.</param>
 public static Section CreateSection(global::System.Int32 contId, global::System.Int32 sectId)
 {
     Section section = new Section();
     section.ContId = contId;
     section.SectId = sectId;
     return section;
 }