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