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