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