/// <summary>
 /// Create a new bvc_USGeoData object.
 /// </summary>
 /// <param name="zip">Initial value of the Zip property.</param>
 /// <param name="latitude">Initial value of the Latitude property.</param>
 /// <param name="longitude">Initial value of the Longitude property.</param>
 /// <param name="city">Initial value of the City property.</param>
 /// <param name="state">Initial value of the State property.</param>
 /// <param name="county">Initial value of the County property.</param>
 /// <param name="zipType">Initial value of the ZipType property.</param>
 public static bvc_USGeoData Createbvc_USGeoData(global::System.String zip, global::System.Decimal latitude, global::System.Decimal longitude, global::System.String city, global::System.String state, global::System.String county, global::System.String zipType)
 {
     bvc_USGeoData bvc_USGeoData = new bvc_USGeoData();
     bvc_USGeoData.Zip = zip;
     bvc_USGeoData.Latitude = latitude;
     bvc_USGeoData.Longitude = longitude;
     bvc_USGeoData.City = city;
     bvc_USGeoData.State = state;
     bvc_USGeoData.County = county;
     bvc_USGeoData.ZipType = zipType;
     return bvc_USGeoData;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_USGeoData EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_USGeoData(bvc_USGeoData bvc_USGeoData)
 {
     base.AddObject("bvc_USGeoData", bvc_USGeoData);
 }