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