/// <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); }
/// <summary> /// Create a new EMP object. /// </summary> /// <param name="eMPNO">Initial value of the EMPNO property.</param> public static EMP CreateEMP(global::System.String eMPNO) { EMP eMP = new EMP(); eMP.EMPNO = eMPNO; return eMP; }