Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Countries object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Countries CreateCountries(global::System.Int32 id, global::System.String name)
 {
     Countries countries = new Countries();
     countries.Id = id;
     countries.Name = name;
     return countries;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CountriesSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountriesSet(Countries countries)
 {
     base.AddObject("CountriesSet", countries);
 }