/// <summary> /// Create a new Department object. /// </summary> /// <param name="deptID">Initial value of the DeptID property.</param> public static Department CreateDepartment(global::System.Int16 deptID) { Department department = new Department(); department.DeptID = deptID; return department; }
/// <summary> /// Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDepartments(Department department) { base.AddObject("Departments", department); }