Ejemplo n.º 1
0
 /// <summary>
 /// Create a new CountyGeography object.
 /// </summary>
 /// <param name="countyGeographyID">Initial value of the CountyGeographyID property.</param>
 public static CountyGeography CreateCountyGeography(global::System.Int32 countyGeographyID)
 {
     CountyGeography countyGeography = new CountyGeography();
     countyGeography.CountyGeographyID = countyGeographyID;
     return countyGeography;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CountyGeography EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountyGeography(CountyGeography countyGeography)
 {
     base.AddObject("CountyGeography", countyGeography);
 }