예제 #1
0
 /// <summary>
 /// Create a new Country object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="country1">Initial value of the Country1 property.</param>
 public static Country CreateCountry(global::System.Int32 id, global::System.String country1)
 {
     Country country = new Country();
     country.Id = id;
     country.Country1 = country1;
     return country;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Country EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountry(Country country)
 {
     base.AddObject("Country", country);
 }