Ejemplo n.º 1
0
        /// <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);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the emps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToemps(emp emp)
 {
     base.AddObject("emps", emp);
 }