Exemple #1
0
 /// <summary>
 /// Create a new CD_Countries object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static CD_Countries CreateCD_Countries(global::System.String code, global::System.String name)
 {
     CD_Countries cD_Countries = new CD_Countries();
     cD_Countries.Code = code;
     cD_Countries.Name = name;
     return cD_Countries;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CD_Countries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCD_Countries(CD_Countries cD_Countries)
 {
     base.AddObject("CD_Countries", cD_Countries);
 }