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