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