/// <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;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CountyGeographies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountyGeographies(CountyGeography countyGeography)
 {
     base.AddObject("CountyGeographies", countyGeography);
 }