コード例 #1
0
 /// <summary>
 /// Create a new country object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static country Createcountry(global::System.Int32 id)
 {
     country country = new country();
     country.ID = id;
     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);
 }