/// <summary> /// Create a new tbl_Period object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="startDate">Initial value of the StartDate property.</param> /// <param name="dueDate">Initial value of the DueDate property.</param> public static tbl_Period Createtbl_Period(global::System.Guid id, global::System.DateTime startDate, global::System.DateTime dueDate) { tbl_Period tbl_Period = new tbl_Period(); tbl_Period.ID = id; tbl_Period.StartDate = startDate; tbl_Period.DueDate = dueDate; return tbl_Period; }
/// <summary> /// Deprecated Method for adding a new object to the tbl_Period EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbl_Period(tbl_Period tbl_Period) { base.AddObject("tbl_Period", tbl_Period); }