/// <summary> /// Deprecated Method for adding a new object to the task EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotask(task task) { base.AddObject("task", task); }
/// <summary> /// Create a new task object. /// </summary> /// <param name="task_id">Initial value of the task_id property.</param> public static task Createtask(global::System.Int32 task_id) { task task = new task(); task.task_id = task_id; return task; }