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