Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Lists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLists(List list)
 {
     base.AddObject("Lists", list);
 }
Example #2
0
 /// <summary>
 /// Create a new List object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static List CreateList(global::System.Int32 id)
 {
     List list = new List();
     list.ID = id;
     return list;
 }