コード例 #1
0
 /// <summary>
 /// Create a new hs_hr_country object.
 /// </summary>
 /// <param name="cou_code">Initial value of the cou_code property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="cou_name">Initial value of the cou_name property.</param>
 public static hs_hr_country Createhs_hr_country(global::System.String cou_code, global::System.String name, global::System.String cou_name)
 {
     hs_hr_country hs_hr_country = new hs_hr_country();
     hs_hr_country.cou_code = cou_code;
     hs_hr_country.name = name;
     hs_hr_country.cou_name = cou_name;
     return hs_hr_country;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_country EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_country(hs_hr_country hs_hr_country)
 {
     base.AddObject("hs_hr_country", hs_hr_country);
 }