/// <summary> /// Deprecated Method for adding a new object to the tmp_Retrieval EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotmp_Retrieval(tmp_Retrieval tmp_Retrieval) { base.AddObject("tmp_Retrieval", tmp_Retrieval); }
/// <summary> /// Create a new tmp_Retrieval object. /// </summary> /// <param name="item_Code">Initial value of the Item_Code property.</param> /// <param name="dept_ID">Initial value of the Dept_ID property.</param> /// <param name="emp_ID">Initial value of the Emp_ID property.</param> public static tmp_Retrieval Createtmp_Retrieval(global::System.String item_Code, global::System.String dept_ID, global::System.String emp_ID) { tmp_Retrieval tmp_Retrieval = new tmp_Retrieval(); tmp_Retrieval.Item_Code = item_Code; tmp_Retrieval.Dept_ID = dept_ID; tmp_Retrieval.Emp_ID = emp_ID; return tmp_Retrieval; }